]> 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)
commit7460778b22691062d0bd6b9174c04e45ce2e4451
tree1b1f91ab191e77833b84232ba5a61d6a584b3cd6
parent231df9495d8bcde103d0e1f28ce9b490e7476ed9
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