From: Grazvydas Ignotas Date: Sat, 9 Jun 2012 21:47:12 +0000 (+0300) Subject: wl1251: fix filtering support X-Git-Tag: sz_release~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=016a4c408c5be62e9a0017dd75d6e8168e9b44c8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed