wl12xx: remove wl1271_tx_update_filters
authorEliad Peller <eliad@wizery.com>
Tue, 24 Jan 2012 16:18:43 +0000 (18:18 +0200)
committerLuciano Coelho <coelho@ti.com>
Wed, 15 Feb 2012 06:38:30 +0000 (08:38 +0200)
commit2801d69e84d04714c22f8cc22fbe8535ac5f1eb7
tree0f155e9e0d6a3e717056b142969aedc05afcf501
parent7db4ee6d0a932bb95f839d9b427899b74139a8d5
wl12xx: remove wl1271_tx_update_filters

wl1271_tx_update_filters() is used as some workaround
to open filters while roaming on the same channel.

However, it doesn't handle roaming to a different channel,
and it might also sleep in the tx path, which is a bug.

With the new auth/assoc redesign, roaming is much simpler,
and this function is not needed anymore.

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