]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211/nl80211: clarify TX queue API
authorJohannes Berg <johannes.berg@intel.com>
Wed, 28 Mar 2012 09:04:24 +0000 (11:04 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Apr 2012 18:54:09 +0000 (14:54 -0400)
commitee0ea2a6eca57ea6279db54e6d2381b546f999f8
tree1b1f91ab191e77833b84232ba5a61d6a584b3cd6
parentd25f096db8145547e7e7b9595167c956bbd36d6a
cfg80211/nl80211: clarify TX queue API

With the plan to change mac80211's queue API to
not map ACs to queues 1:1, it seems necessary to
clarify some APIs that act on ACs rather than on
queues to spell that out explicitly. Do this.

Also verify that the AC number given is valid.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/driver-ops.h
net/mac80211/driver-trace.h
net/wireless/nl80211.c