diff options
Diffstat (limited to 'net/mac80211/iface.c')
-rw-r--r-- | net/mac80211/iface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index b34ca0cbdf6c..be1d61e76e93 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
@@ -866,6 +866,8 @@ static void ieee80211_setup_sdata(struct ieee80211_sub_if_data *sdata, | |||
866 | sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); | 866 | sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); |
867 | sdata->control_port_no_encrypt = false; | 867 | sdata->control_port_no_encrypt = false; |
868 | 868 | ||
869 | sdata->noack_map = 0; | ||
870 | |||
869 | /* only monitor differs */ | 871 | /* only monitor differs */ |
870 | sdata->dev->type = ARPHRD_ETHER; | 872 | sdata->dev->type = ARPHRD_ETHER; |
871 | 873 | ||