aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/boot.c
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2010-10-16 12:45:07 -0400
committerLuciano Coelho <coelho@ti.com>2011-01-24 15:11:48 -0500
commitae113b57826b40f1962a6e2417efd757b638e6a9 (patch)
tree1cb667e29cb3d21521afc9c8f304fcb83947fa3e /drivers/net/wireless/wl12xx/boot.c
parente0fe371b74326a85029fe8720506e021fe73905a (diff)
wl12xx: AP specific RX filter configuration
Set filters according to the mode of operation. Signed-off-by: Arik Nemtsov <arik@wizery.com> Reviewed-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/boot.c')
-rw-r--r--drivers/net/wireless/wl12xx/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/boot.c b/drivers/net/wireless/wl12xx/boot.c
index b504367f281f..2b1019f67d27 100644
--- a/drivers/net/wireless/wl12xx/boot.c
+++ b/drivers/net/wireless/wl12xx/boot.c
@@ -28,6 +28,7 @@
28#include "boot.h" 28#include "boot.h"
29#include "io.h" 29#include "io.h"
30#include "event.h" 30#include "event.h"
31#include "rx.h"
31 32
32static struct wl1271_partition_set part_table[PART_TABLE_LEN] = { 33static struct wl1271_partition_set part_table[PART_TABLE_LEN] = {
33 [PART_DOWN] = { 34 [PART_DOWN] = {
@@ -598,8 +599,7 @@ int wl1271_boot(struct wl1271 *wl)
598 wl1271_boot_enable_interrupts(wl); 599 wl1271_boot_enable_interrupts(wl);
599 600
600 /* set the wl1271 default filters */ 601 /* set the wl1271 default filters */
601 wl->rx_config = WL1271_DEFAULT_RX_CONFIG; 602 wl1271_set_default_filters(wl);
602 wl->rx_filter = WL1271_DEFAULT_RX_FILTER;
603 603
604 wl1271_event_mbox_config(wl); 604 wl1271_event_mbox_config(wl);
605 605