aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-09-06 03:36:10 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:48:42 -0700
commitaaa92e9a743c740005d8a592dbc1b3ca310d35b5 (patch)
tree7407de05d4a0c2b9203cb00df24102e63b86848b /include
parente6660d9832f62e97941492b83eccbe370dfa72ba (diff)
[MAC80211]: remove IEEE80211_HW_DATA_NULLFUNC_ACK
Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/mac80211.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index e635ca41a0d..427ff6d3626 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -491,8 +491,7 @@ struct ieee80211_hw {
#define IEEE80211_HW_WEP_INCLUDE_IV (1<<5)
- /* will data nullfunc frames get proper TX status callback */
-#define IEEE80211_HW_DATA_NULLFUNC_ACK (1<<6)
+/* hole at 6 */
/* Force software encryption for TKIP packets if WMM is enabled. */
#define IEEE80211_HW_NO_TKIP_WMM_HWACCEL (1<<7)