aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/iface.c
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2019-05-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | commit 5c21e8100dfd57c806e833ae905e26efbb87840f upstream. This fixes stale beacon-int values that would keep a netdev from going up. To reproduce: Create two VAP on one radio. vap1 has beacon-int 100, start it. vap2 has beacon-int 240, start it (and it will fail because beacon-int mismatch). reconfigure vap2 to have beacon-int 100 and start it. It will fail because the stale beacon-int 240 will be used in the ifup path and hostapd never gets a chance to set the new beacon interval. Change-Id: I7df2ed6b79762f95f29123a1d1296c514d895216 Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
* first commitMeizu OpenSource2016-08-151-0/+1793