wl1271: Fix setting of the hardware connection monitoring probe-req template
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>
Wed, 24 Nov 2010 06:16:57 +0000 (08:16 +0200)
committerLuciano Coelho <luciano.coelho@nokia.com>
Fri, 26 Nov 2010 13:33:41 +0000 (15:33 +0200)
commit2f6724b24525fc989c0707974b23d96b36132385
treeca2890e52f4a17efe2019189652ea09591e10163
parent573c67cf819d52d2e12adf75a9a8cfbd216190a3
wl1271: Fix setting of the hardware connection monitoring probe-req template

The probe-request template used in the hardware connection monitoring feature
thus far has been an empty one, without the SSID IE and without supported rate
IEs. This causes problems with some AP's.

Additionally, after connected scans, the template for connection maintenance
would remain to be the one last used for scanning - potentially incorrect.

Fix these by getting a pre-filled directed probe-request template for the
associated-to AP from mac80211.

Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
drivers/net/wireless/wl12xx/cmd.c
drivers/net/wireless/wl12xx/cmd.h
drivers/net/wireless/wl12xx/main.c
drivers/net/wireless/wl12xx/scan.c
drivers/net/wireless/wl12xx/wl12xx.h