|
@@ -3583,7 +3583,7 @@ static int ieee80211_sta_create_ibss(struct net_device *dev,
|
|
|
sband = local->hw.wiphy->bands[bss->band];
|
|
|
|
|
|
if (local->hw.conf.beacon_int == 0)
|
|
|
- local->hw.conf.beacon_int = 10000;
|
|
|
+ local->hw.conf.beacon_int = 100;
|
|
|
bss->beacon_int = local->hw.conf.beacon_int;
|
|
|
bss->last_update = jiffies;
|
|
|
bss->capability = WLAN_CAPABILITY_IBSS;
|