mac80211: make noack test available
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 12 May 2009 20:05:40 +0000 (22:05 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 May 2009 19:44:53 +0000 (15:44 -0400)
commitd3707d9918d47c0997a6b1e4ae24e7ab55e43796
treedd05505563ae8b02bfd1a5db5d5bdde6e6750798
parentb59066a291ca7c12a1e5b58f3ada5ab6e32cb6bd
mac80211: make noack test available

There's this internal wifi_wme_noack_test variable that
we use to set the QoS control if set. For one, it is
unlikely that it is set. Secondly, if set it needs to
influence the IEEE80211_TX_CTL_NO_ACK TX control flag,
and finally we should also be able to set it at all, so
make it available in debugfs.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/debugfs.c
net/mac80211/ieee80211_i.h
net/mac80211/tx.c
net/mac80211/wme.c