wl1251: fix filtering support
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 16 Jun 2012 19:31:49 +0000 (22:31 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 20 Jun 2012 19:14:44 +0000 (15:14 -0400)
commita2d2bb8675fe9dc127d802b6be6517a0932e65b7
tree2537203bf6c9d9155541076d5a0f591920b93e73
parent7e05bedca084faa073c2e64bbcd6407dbaff3151
wl1251: fix filtering support

This driver has a hack in cmd.c which effectively disables all filtering.
This seems to be triggering a firmware bug where it stops reporting any
rx packets after random time on some routers, which is eliminated (or at
least appears much more rarely) when filtering is on.
I have found that only BSSID filter needs to be disabled for association
to work, so disable only that instead of all filtering.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ti/wl1251/cmd.c
drivers/net/wireless/ti/wl1251/main.c