aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/wl12xx/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 4bcb848437e..13c7102f986 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -3219,7 +3219,8 @@ int wl1271_init_ieee80211(struct wl1271 *wl)
3219 IEEE80211_HW_SUPPORTS_UAPSD | 3219 IEEE80211_HW_SUPPORTS_UAPSD |
3220 IEEE80211_HW_HAS_RATE_CONTROL | 3220 IEEE80211_HW_HAS_RATE_CONTROL |
3221 IEEE80211_HW_CONNECTION_MONITOR | 3221 IEEE80211_HW_CONNECTION_MONITOR |
3222 IEEE80211_HW_SUPPORTS_CQM_RSSI; 3222 IEEE80211_HW_SUPPORTS_CQM_RSSI |
3223 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
3223 3224
3224 wl->hw->wiphy->cipher_suites = cipher_suites; 3225 wl->hw->wiphy->cipher_suites = cipher_suites;
3225 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); 3226 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);