diff options
| author | Karl Beldan <[email protected]> | 2013-11-19 16:12:05 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2013-11-25 15:56:54 +0000 |
| commit | 24d47300d118c5909a51b7270276d749cce150a2 (patch) | |
| tree | a67f66f8f4a1a29b040529928f2c5801d0bc8110 /net/unix/af_unix.c | |
| parent | mac80211: use capped prob when computing throughputs (diff) | |
| download | kernel-24d47300d118c5909a51b7270276d749cce150a2.tar.gz kernel-24d47300d118c5909a51b7270276d749cce150a2.zip | |
mac80211: set hw initial idle state
ATM, the first call of ieee80211_do_open will configure the hw as
non-idle, even if the interface being brought up is not a monitor, and
this leads to inconsistent sequences like:
register_hw()
do_open(sta)
hw_config(non-idle)
(.. sta is non-idle ..)
scan(sta)
hw_config(idle) (after scan finishes)
do_stop(sta)
do_open(sta)
(.. sta is idle ..)
Signed-off-by: Karl Beldan <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
