nl80211: Add basic rate configuration for AP mode
authorJouni Malinen <j@w1.fi>
Thu, 30 Oct 2008 14:59:22 +0000 (16:59 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Nov 2008 20:17:39 +0000 (15:17 -0500)
commit90c97a040d6b08cc4890328aa262fdc37336ab01
treed152a2edcb55d2d7b0428721341f7b271ffe39f8
parentfe63bfa3669dbdd4985ed35d9a0ed08881f62516
nl80211: Add basic rate configuration for AP mode

Add a new attribute, NL80211_ATTR_BSS_BASIC_RATES, that can be used with
NL80211_CMD_SET_BSS for userspace (e.g., hostapd) to set which rates are
in the basic rate set.

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
net/mac80211/cfg.c
net/wireless/nl80211.c