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)
commitdf4c849f4608e8962f019fea6021ebd602a11641
treee98627f5057146c0e2306b0cb840736b9597be4d
parentc6930b07b3d0a8c529e1d9287bd5994319cf447d
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