Skip to content

Commit

Permalink
[MAC80211]: remove IEEE80211_HW_DATA_NULLFUNC_ACK
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
jmberg authored and David S. Miller committed Oct 10, 2007
1 parent e6660d9 commit aaa92e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions drivers/net/wireless/rtl8187_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,7 @@ static int __devinit rtl8187_probe(struct usb_interface *intf,
priv->mode = IEEE80211_IF_TYPE_MGMT;
dev->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
IEEE80211_HW_RX_INCLUDES_FCS |
IEEE80211_HW_WEP_INCLUDE_IV |
IEEE80211_HW_DATA_NULLFUNC_ACK;
IEEE80211_HW_WEP_INCLUDE_IV;
dev->extra_tx_headroom = sizeof(struct rtl8187_tx_hdr);
dev->queues = 1;
dev->max_rssi = 65;
Expand Down
3 changes: 1 addition & 2 deletions include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aaa92e9

Please sign in to comment.