diff options
author | Johannes Berg <[email protected]> | 2012-06-25 09:36:41 +0200 |
---|---|---|
committer | John W. Linville <[email protected]> | 2012-06-25 15:14:13 -0400 |
commit | eac9ac6d1f5d0e9d33e4ded682187b630e7606cd (patch) | |
tree | 9d12bf90dfc820e0931997b1962154b6691491fb /lib/flex_array.c | |
parent | ff0b804632f025b072f81fc0cd585102b0a43534 (diff) |
iwlwifi: fix activating inactive stations
When authentication/association timed out, the driver would
complain bitterly, printing the message
ACTIVATE a non DRIVER active station id ... addr ...
The cause turns out to be that when the AP station is added
but we don't associate, the IWL_STA_UCODE_INPROGRESS is set
but never cleared. This then causes iwl_restore_stations()
to attempt to resend it because it uses the flag internally
and uploads even if it didn't set it itself.
To fix this issue and not upload the station again when it
has already been removed by mac80211, clear the flag after
adding it in case we add it only for association.
Cc: [email protected]
Reviewed-by: Meenakshi Venkataraman <[email protected]>
Reviewed-by: Emmanuel Grumbach <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'lib/flex_array.c')
0 files changed, 0 insertions, 0 deletions