diff options
Diffstat (limited to 'drivers/net/wireless/mwifiex/init.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/init.c b/drivers/net/wireless/mwifiex/init.c index 26e685a31bc0..e1076b46401e 100644 --- a/drivers/net/wireless/mwifiex/init.c +++ b/drivers/net/wireless/mwifiex/init.c | |||
@@ -76,7 +76,7 @@ static int mwifiex_init_priv(struct mwifiex_private *priv) | |||
76 | memset(priv->curr_addr, 0xff, ETH_ALEN); | 76 | memset(priv->curr_addr, 0xff, ETH_ALEN); |
77 | 77 | ||
78 | priv->pkt_tx_ctrl = 0; | 78 | priv->pkt_tx_ctrl = 0; |
79 | priv->bss_mode = NL80211_IFTYPE_STATION; | 79 | priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED; |
80 | priv->data_rate = 0; /* Initially indicate the rate as auto */ | 80 | priv->data_rate = 0; /* Initially indicate the rate as auto */ |
81 | priv->is_data_rate_auto = true; | 81 | priv->is_data_rate_auto = true; |
82 | priv->bcn_avg_factor = DEFAULT_BCN_AVG_FACTOR; | 82 | priv->bcn_avg_factor = DEFAULT_BCN_AVG_FACTOR; |