aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/wl12xx/main.c')
-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 3a4f6069be60..f336e9cbd9e0 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -3226,7 +3226,8 @@ int wl1271_init_ieee80211(struct wl1271 *wl)
3226 IEEE80211_HW_HAS_RATE_CONTROL | 3226 IEEE80211_HW_HAS_RATE_CONTROL |
3227 IEEE80211_HW_CONNECTION_MONITOR | 3227 IEEE80211_HW_CONNECTION_MONITOR |
3228 IEEE80211_HW_SUPPORTS_CQM_RSSI | 3228 IEEE80211_HW_SUPPORTS_CQM_RSSI |
3229 IEEE80211_HW_REPORTS_TX_ACK_STATUS; 3229 IEEE80211_HW_REPORTS_TX_ACK_STATUS |
3230 IEEE80211_HW_AP_LINK_PS;
3230 3231
3231 wl->hw->wiphy->cipher_suites = cipher_suites; 3232 wl->hw->wiphy->cipher_suites = cipher_suites;
3232 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); 3233 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);