]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: fix bug in scan ssid
authorDavid Spinadel <david.spinadel@intel.com>
Thu, 4 Jul 2013 12:17:48 +0000 (15:17 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Jul 2013 10:55:08 +0000 (13:55 +0300)
commit10c05895fc0f0ccbb86aa957962cefa18bb0640a
treed9ee43b1c2b172c0971890c1c05de7a819108b27
parentafe9feb763976be253c558d827701a67f4210164
iwlwifi: mvm: fix bug in scan ssid

Increment index in each iteration. Without this increment we are
overriding the added SSIDs and we will send only the last SSId
and (n_ssids - 1) broadcast probes.

Cc: <stable@vger.kernel.org> [3.9+]
Signed-off-by: David Spinadel <david.spinadel@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/mvm/scan.c