linux/drivers/net/wireless/zd1211rw
Michael Buesch 2c1a1b124f zd1211rw: Fix beacon filter flags thinko
We must not clear the FIF_BCN_PRBRESP_PROMISC bit in the
new_flags. The zd-driver does support sending beacons and
probe responses to the host. What the flag does is say "Send me
all beacons and probe responses". And we actually do that. We always
do that, so we ignore the case when the bit is disabled. But that is
fine. But we must not clear the flag, as that tells mac80211 that
we do not support passing beacons and probe responses to the stack.
And that's not true.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-02-29 15:37:14 -05:00
..
Kconfig zd1211rw: port to mac80211 2008-01-28 15:04:47 -08:00
Makefile zd1211rw: port to mac80211 2008-01-28 15:04:47 -08:00
zd_chip.c zd1211rw: Fixed incorrect constant name. 2008-02-29 15:37:13 -05:00
zd_chip.h zd1211rw: Fixed incorrect constant name. 2008-02-29 15:37:13 -05:00
zd_def.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_ieee80211.c cfg80211 API for channels/bitrates, mac80211 and driver conversion 2008-02-29 15:19:32 -05:00
zd_ieee80211.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_mac.c zd1211rw: Fix beacon filter flags thinko 2008-02-29 15:37:14 -05:00
zd_mac.h cfg80211 API for channels/bitrates, mac80211 and driver conversion 2008-02-29 15:19:32 -05:00
zd_rf.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_al2230.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_al7230b.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_rf2959.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_uw2453.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_usb.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_usb.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00