summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/rx.h
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2011-08-14 10:17:04 (GMT)
committerLuciano Coelho <coelho@ti.com>2011-08-22 09:35:23 (GMT)
commit08c1d1c7042330e2280a7718be4ad88c2e8f8268 (patch)
tree249c70f0aded5e11940742eb7549a2956852b9f6 /drivers/net/wireless/wl12xx/rx.h
parentdbe25cb5eb04b0ffdad582a93f9fe9edd0ed791b (diff)
downloadlinux-08c1d1c7042330e2280a7718be4ad88c2e8f8268.tar.xz
wl12xx: remove rx filtering stuff
The new fw doesn't support rx_filtering configuration (as a stand-alone command. the rx filtering is done automatically according to the active role). Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/rx.h')
-rw-r--r--drivers/net/wireless/wl12xx/rx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/rx.h b/drivers/net/wireless/wl12xx/rx.h
index 0325b9d..d3c0591 100644
--- a/drivers/net/wireless/wl12xx/rx.h
+++ b/drivers/net/wireless/wl12xx/rx.h
@@ -131,6 +131,5 @@ struct wl1271_rx_descriptor {
void wl1271_rx(struct wl1271 *wl, struct wl1271_fw_common_status *status);
u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band);
-void wl1271_set_default_filters(struct wl1271 *wl);
#endif