wl1251: Enable beacon filtering with the stack

Enable beacon filtering with the mac80211 stack.

Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
这个提交包含在:
Juuso Oikarinen
2009-11-17 18:48:23 +02:00
提交者 John W. Linville
父节点 474c48c9f2
当前提交 287f6f9672
修改 3 个文件,包含 21 行新增0 行删除

查看文件

@@ -374,6 +374,8 @@ struct wl1251 {
u8 buffer_busyword[WL1251_BUSY_WORD_LEN];
struct wl1251_rx_descriptor *rx_descriptor;
struct ieee80211_vif *vif;
u32 chip_id;
char fw_ver[21];
};