From: Grazvydas Ignotas Date: Sat, 16 Jun 2012 19:31:49 +0000 (+0300) Subject: wl1251: fix filtering support X-Git-Tag: v3.6-rc1~125^2~57^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d2bb8675fe9dc127d802b6be6517a0932e65b7;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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed