diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/main.c')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index d6d0d6d9c7a8..144d1f8ba473 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c | |||
@@ -250,6 +250,7 @@ static struct wlcore_conf wl12xx_conf = { | |||
250 | .keep_alive_interval = 55000, | 250 | .keep_alive_interval = 55000, |
251 | .max_listen_interval = 20, | 251 | .max_listen_interval = 20, |
252 | .sta_sleep_auth = WL1271_PSM_ILLEGAL, | 252 | .sta_sleep_auth = WL1271_PSM_ILLEGAL, |
253 | .suspend_rx_ba_activity = 0, | ||
253 | }, | 254 | }, |
254 | .itrim = { | 255 | .itrim = { |
255 | .enable = false, | 256 | .enable = false, |
@@ -1728,6 +1729,9 @@ static struct wlcore_ops wl12xx_ops = { | |||
1728 | .convert_hwaddr = wl12xx_convert_hwaddr, | 1729 | .convert_hwaddr = wl12xx_convert_hwaddr, |
1729 | .lnk_high_prio = wl12xx_lnk_high_prio, | 1730 | .lnk_high_prio = wl12xx_lnk_high_prio, |
1730 | .lnk_low_prio = wl12xx_lnk_low_prio, | 1731 | .lnk_low_prio = wl12xx_lnk_low_prio, |
1732 | .interrupt_notify = NULL, | ||
1733 | .rx_ba_filter = NULL, | ||
1734 | .ap_sleep = NULL, | ||
1731 | }; | 1735 | }; |
1732 | 1736 | ||
1733 | static struct ieee80211_sta_ht_cap wl12xx_ht_cap = { | 1737 | static struct ieee80211_sta_ht_cap wl12xx_ht_cap = { |