mac80211/cfg80211: Add BSS configuration options for AP mode
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 7 Aug 2008 17:07:01 +0000 (20:07 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Aug 2008 20:23:55 +0000 (16:23 -0400)
commit9f1ba9062e032fb7b395cd27fc564754fe4e9867
tree6610106cd769aa3cc144b7a4f1547e07eeba5c88
parent7f93ea3e246db512c0c17b79847f57dd3a2891e1
mac80211/cfg80211: Add BSS configuration options for AP mode

This change adds a new cfg80211 command, NL80211_CMD_SET_BSS, to allow
AP mode BSS parameters to be changed from user space (e.g., hostapd).
The drivers using mac80211 are expected to be modified with separate
changes to use the new BSS info parameter for short slot time in the
bss_info_changed() handler.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
include/net/mac80211.h
net/mac80211/cfg.c
net/wireless/nl80211.c