|
@@ -3219,7 +3219,8 @@ int wl1271_init_ieee80211(struct wl1271 *wl)
|
|
IEEE80211_HW_SUPPORTS_UAPSD |
|
|
IEEE80211_HW_SUPPORTS_UAPSD |
|
|
IEEE80211_HW_HAS_RATE_CONTROL |
|
|
IEEE80211_HW_HAS_RATE_CONTROL |
|
|
IEEE80211_HW_CONNECTION_MONITOR |
|
|
IEEE80211_HW_CONNECTION_MONITOR |
|
|
- IEEE80211_HW_SUPPORTS_CQM_RSSI;
|
|
|
|
|
|
+ IEEE80211_HW_SUPPORTS_CQM_RSSI |
|
|
|
|
+ IEEE80211_HW_REPORTS_TX_ACK_STATUS;
|
|
|
|
|
|
wl->hw->wiphy->cipher_suites = cipher_suites;
|
|
wl->hw->wiphy->cipher_suites = cipher_suites;
|
|
wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
|
|
wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
|