linux/drivers/net/wireless/iwlwifi
Johannes Berg eac9ac6d1f 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: stable@vger.kernel.org
Reviewed-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-06-25 15:14:13 -04:00
..
Kconfig iwlwifi: remove ucode16 option 2012-05-25 11:12:41 -04:00
Makefile iwlwifi: remove ucode16 option 2012-05-25 11:12:41 -04:00
iwl-1000.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-07 23:35:40 -04:00
iwl-2000.c iwlwifi: do not use shadow registers by default 2012-05-25 11:12:40 -04:00
iwl-5000.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-07 23:35:40 -04:00
iwl-6000.c iwlwifi: use correct supported firmware for 6035 and 6000g2 2012-06-08 13:47:06 -04:00
iwl-agn-calib.c iwlwifi: remove TX/RX frame statistics 2012-04-23 14:27:56 -07:00
iwl-agn-calib.h iwlwifi: remove TX/RX frame statistics 2012-04-23 14:27:56 -07:00
iwl-agn-devices.c iwlwifi: remove TX/RX frame statistics 2012-04-23 14:27:56 -07:00
iwl-agn-hw.h iwlwifi: move OTP defines 2012-04-23 14:30:01 -07:00
iwl-agn-lib.c iwlwifi: make sure reduced tx power bit is valid 2012-05-15 17:27:53 -04:00
iwl-agn-rs.c iwlwifi: update BT traffic load states correctly 2012-05-25 11:12:40 -04:00
iwl-agn-rs.h iwlwifi: move antenna definitions to config 2012-04-23 14:29:50 -07:00
iwl-agn-rx.c iwlwifi: dont pull too much payload in skb head 2012-05-18 13:31:25 -04:00
iwl-agn-rxon.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2012-05-22 15:18:06 -04:00
iwl-agn-sta.c iwlwifi: don't mess up the SCD when removing a key 2012-06-08 13:47:07 -04:00
iwl-agn-tt.c iwlwifi: clean up module parameters 2012-04-23 14:30:51 -07:00
iwl-agn-tt.h
iwl-agn-tx.c iwlwifi: don't disable AGG queues that are not enabled 2012-05-15 17:27:54 -04:00
iwl-agn.c iwlwifi: support explicit monitor interface 2012-05-16 13:08:21 -04:00
iwl-agn.h iwlwifi: modify #ifdef to avoid sparse complain 2012-05-08 21:53:43 -04:00
iwl-cfg.h
iwl-commands.h iwlwifi: fix scan_cmd_size allocation 2012-05-16 13:08:17 -04:00
iwl-config.h iwlwifi: move antenna definitions to config 2012-04-23 14:29:50 -07:00
iwl-csr.h
iwl-debug.c iwlwifi: clean up iwl-shared.h includes 2012-04-23 14:21:38 -07:00
iwl-debug.h iwlwifi: clean up module parameters 2012-04-23 14:30:51 -07:00
iwl-debugfs.c iwlwifi: remove log_event debugfs file debugging is disabled 2012-06-20 14:10:25 -04:00
iwl-dev.h iwlwifi: add checking for the condition to reduce tx power 2012-05-08 20:56:08 -04:00
iwl-devtrace.c
iwl-devtrace.h
iwl-drv.c iwlwifi: fix double free/complete in firmware loading 2012-06-05 14:27:29 -04:00
iwl-drv.h iwlwifi: move driver defines to iwl-drv.h 2012-04-23 14:29:02 -07:00
iwl-eeprom.c iwlwifi: fix TX power antenna access 2012-06-04 15:24:42 -04:00
iwl-eeprom.h iwlwifi: move OTP defines 2012-04-23 14:30:01 -07:00
iwl-fh.h iwlwifi: fix hardware queue programming 2012-04-24 14:14:55 -04:00
iwl-fw-file.h
iwl-fw.h iwlwifi: include net/mac80211.h to avoid compiler error 2012-04-23 14:21:53 -07:00
iwl-io.c
iwl-io.h
iwl-led.c iwlwifi: clean up module parameters 2012-04-23 14:30:51 -07:00
iwl-led.h
iwl-mac80211.c iwlwifi: fix activating inactive stations 2012-06-25 15:14:13 -04:00
iwl-modparams.h iwlwifi: remove the iwl_shared reference 2012-05-08 21:53:44 -04:00
iwl-notif-wait.c
iwl-notif-wait.h
iwl-op-mode.h
iwl-pci.c iwlwifi: clean up module parameters 2012-04-23 14:30:51 -07:00
iwl-power.c iwlwifi: fix power index handling 2012-05-15 17:27:53 -04:00
iwl-power.h iwlwifi: clean up module parameters 2012-04-23 14:30:51 -07:00
iwl-prph.h iwlwifi: disable the buggy chain extension feature in HW 2012-06-08 13:47:07 -04:00
iwl-scan.c iwlwifi: invert the order of ssid list in scan cmd 2012-05-16 13:08:19 -04:00
iwl-testmode.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2012-04-26 15:03:48 -04:00
iwl-testmode.h
iwl-trans-pcie-int.h iwlwifi: fix the Transmit Frame Descriptor rings 2012-05-25 11:12:40 -04:00
iwl-trans-pcie-rx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-07 23:35:40 -04:00
iwl-trans-pcie-tx.c iwlwifi: fix the Transmit Frame Descriptor rings 2012-05-25 11:12:40 -04:00
iwl-trans-pcie.c iwlwifi: disable the buggy chain extension feature in HW 2012-06-08 13:47:07 -04:00
iwl-trans.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-07 23:35:40 -04:00
iwl-ucode.c iwlwifi: remove TX/RX frame statistics 2012-04-23 14:27:56 -07:00