wl1251: send filters to firmware as they are set
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 9 Jun 2012 21:57:10 +0000 (00:57 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 21 Jun 2012 13:32:46 +0000 (16:32 +0300)
commit74c5e44e5af8244b8296637c9075f9fe3c8b3276
tree79fe56bc6947a694888e34244e4701695c2f2647
parent016a4c408c5be62e9a0017dd75d6e8168e9b44c8
wl1251: send filters to firmware as they are set

Firmware supports changing filters using ACX_RX_CFG command,
so use it in .configure_filter callback. Firmware also supports
probe request filtering, so add it too along the way.
This will also re-enable BSSID filter which is removed by join
comman while associating.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
drivers/net/wireless/wl1251/main.c