nl80211: Add TX queue parameter configuration
authorJouni Malinen <j@w1.fi>
Thu, 30 Oct 2008 14:59:24 +0000 (16:59 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Nov 2008 20:17:40 +0000 (15:17 -0500)
commit318884875bdddca663ecc373c813cf8e117d9e43
treede9cfbe0bf24bea0ab1546a0613fbc9417bb6cb8
parent1e898ff83c31c303f73c3893d1ac519e4d9b59e5
nl80211: Add TX queue parameter configuration

Add a new attribute, NL80211_ATTR_WIPHY_TXQ_PARAMS, that can be used with
NL80211_CMD_SET_WIPHY for userspace (e.g., hostapd) to set TX queue
parameters (txop, cwmin, cwmax, aifs).

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
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