wl1251: fix filtering support
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 9 Jun 2012 21:47:12 +0000 (00:47 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 21 Jun 2012 13:32:45 +0000 (16:32 +0300)
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>

No differences found