linux-stable/net/ieee80211/softmac
Daniel Drake 5acd0c4153 [PATCH] softmac: ERP handling and driver-level notifications
This patch implements ERP handling in softmac so that the drivers can support
protection and preambles properly.

I added a new struct, ieee80211softmac_bss_info, which is used for
BSS-dependent variables like these.

A new hook has been added (bssinfo_change), which allows the drivers to be
notified when anything in bssinfo changes.

I modified the txrates_change API to match the bssinfo_change API. The
existing one is a little messy and the usefulness of providing the old rates
is questionable (and can be implemented at driver level if really necessary).
No drivers are using this API (yet), so this should be safe.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-07-27 16:17:28 -04:00
..
ieee80211softmac_assoc.c [PATCH] softmac: ERP handling and driver-level notifications 2006-07-27 16:17:28 -04:00
ieee80211softmac_auth.c [PATCH] softmac: do shared key auth in workqueue 2006-07-27 14:37:30 -04:00
ieee80211softmac_event.c [PATCH] softmac: Fix handling of authentication failure 2006-06-05 15:51:30 -04:00
ieee80211softmac_io.c [PATCH] softmac: ERP handling and driver-level notifications 2006-07-27 16:17:28 -04:00
ieee80211softmac_module.c [PATCH] softmac: ERP handling and driver-level notifications 2006-07-27 16:17:28 -04:00
ieee80211softmac_priv.h [PATCH] softmac: ERP handling and driver-level notifications 2006-07-27 16:17:28 -04:00
ieee80211softmac_scan.c [PATCH] softmac: make non-operational after being stopped 2006-05-05 16:55:22 -04:00
ieee80211softmac_wx.c [PATCH] SoftMAC: Prevent multiple authentication attempts on the same network 2006-07-05 13:42:58 -04:00
Kconfig [PATCH] softmac: complete shared key authentication 2006-06-05 15:51:29 -04:00
Makefile [PATCH] softmac: fix Makefiles 2006-03-22 22:16:51 -05:00