diff options
| -rw-r--r-- | net/mac80211/iface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index fd0aa9328aff..81a8e2a0b6aa 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
| @@ -1286,6 +1286,7 @@ static void ieee80211_setup_sdata(struct ieee80211_sub_if_data *sdata, | |||
| 1286 | sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); | 1286 | sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); |
| 1287 | sdata->control_port_no_encrypt = false; | 1287 | sdata->control_port_no_encrypt = false; |
| 1288 | sdata->encrypt_headroom = IEEE80211_ENCRYPT_HEADROOM; | 1288 | sdata->encrypt_headroom = IEEE80211_ENCRYPT_HEADROOM; |
| 1289 | sdata->vif.bss_conf.idle = true; | ||
| 1289 | 1290 | ||
| 1290 | sdata->noack_map = 0; | 1291 | sdata->noack_map = 0; |
| 1291 | 1292 | ||
