diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800lib.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800lib.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c index 474b5b9e6238..6c0a12ea6a15 100644 --- a/drivers/net/wireless/rt2x00/rt2800lib.c +++ b/drivers/net/wireless/rt2x00/rt2800lib.c | |||
@@ -4500,7 +4500,9 @@ int rt2800_probe_hw_mode(struct rt2x00_dev *rt2x00dev) | |||
4500 | IEEE80211_HW_SIGNAL_DBM | | 4500 | IEEE80211_HW_SIGNAL_DBM | |
4501 | IEEE80211_HW_SUPPORTS_PS | | 4501 | IEEE80211_HW_SUPPORTS_PS | |
4502 | IEEE80211_HW_PS_NULLFUNC_STACK | | 4502 | IEEE80211_HW_PS_NULLFUNC_STACK | |
4503 | IEEE80211_HW_AMPDU_AGGREGATION; | 4503 | IEEE80211_HW_AMPDU_AGGREGATION | |
4504 | IEEE80211_HW_REPORTS_TX_ACK_STATUS; | ||
4505 | |||
4504 | /* | 4506 | /* |
4505 | * Don't set IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING for USB devices | 4507 | * Don't set IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING for USB devices |
4506 | * unless we are capable of sending the buffered frames out after the | 4508 | * unless we are capable of sending the buffered frames out after the |