]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Try mode changes multiple times to avoid some races
authorJouni Malinen <jouni.malinen@atheros.com>
Sun, 18 Jul 2010 21:30:24 +0000 (14:30 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 11 Aug 2010 15:01:37 +0000 (18:01 +0300)
commit26af9dcaeff89ef97cb8661439dac488da23a4a6
treef73a03e467e6e49b9a6c1aea92b028109240da25
parentf3f0f648d773b284d3108379b96c48e2f1605559
nl80211: Try mode changes multiple times to avoid some races

cfg80211/mac80211 seems to be unwilling to change interface mode in
some cases. Make these less likely to cause problems by trying the
changes up to 10 times with 100 msec intervals.
src/drivers/driver_nl80211.c