]> git.baikalelectronics.ru Git - kernel.git/commit
wl12xx: Use dev_hlid for auth and assoc req
authorEliad Peller <eliad@wizery.com>
Thu, 15 Sep 2011 13:05:47 +0000 (16:05 +0300)
committerLuciano Coelho <coelho@ti.com>
Fri, 23 Sep 2011 11:38:51 +0000 (14:38 +0300)
commitf8d8b6cfd93b99735b25f58228c8c27868c587eb
treee98627f5057146c0e2306b0cb840736b9597be4d
parent97d128fdd535114d535d4c6147fff1459ff0b97d
wl12xx: Use dev_hlid for auth and assoc req

On roaming, the auth and assoc req are sent with the sta
hlid. This is wrong, as the sta hlid is configured according
to the old ap. Use the dev_hlid instead.

Move the wl1271_tx_update_filters() call into wl1271_tx_get_hlid(),
so wl->dev_hlid will be valid.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/tx.c