diff options
author | Eliad Peller <eliad@wizery.com> | 2011-10-05 05:55:49 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-07 01:32:40 -0400 |
commit | bddb29b83a9874fda21c34abe7627cbf14fec10e (patch) | |
tree | c8f15fca9f7501da019a9e71ec4133b57f1fc456 /drivers/net/wireless/wl12xx/scan.c | |
parent | 1fe9f1616ee0852e9422d1f676630e9a4531ace3 (diff) |
wl12xx: move probereq into wlvif
move probereq into the per-interface data, rather than
being global.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/scan.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/scan.c b/drivers/net/wireless/wl12xx/scan.c index 197d2c2b1e74..e3b863b895f3 100644 --- a/drivers/net/wireless/wl12xx/scan.c +++ b/drivers/net/wireless/wl12xx/scan.c | |||
@@ -64,7 +64,7 @@ void wl1271_scan_complete_work(struct work_struct *work) | |||
64 | 64 | ||
65 | if (test_bit(WL1271_FLAG_STA_ASSOCIATED, &wl->flags)) { | 65 | if (test_bit(WL1271_FLAG_STA_ASSOCIATED, &wl->flags)) { |
66 | /* restore hardware connection monitoring template */ | 66 | /* restore hardware connection monitoring template */ |
67 | wl1271_cmd_build_ap_probe_req(wl, wl->probereq); | 67 | wl1271_cmd_build_ap_probe_req(wl, wlvif->probereq); |
68 | } | 68 | } |
69 | 69 | ||
70 | /* return to ROC if needed */ | 70 | /* return to ROC if needed */ |