]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/mac80211/cfg.c
nl80211: Add set/get for frag/rts threshold and retry limits
authorJouni Malinen <j@w1.fi>
Mon, 20 Apr 2009 16:39:05 +0000 (18:39 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:57:17 +0000 (16:57 -0400)
commitb9a5f8cab751d362f7c2d94899ca788c22fcd1ef
treee769e2f59ef845cf7c7cc93b64d33eeed49bb9f7
parent9e52b0623c6eb49c3f23a326c1fb97bdecc49ba1
nl80211: Add set/get for frag/rts threshold and retry limits

Add new nl80211 attributes that can be used with NL80211_CMD_SET_WIPHY
and NL80211_CMD_GET_WIPHY to manage fragmentation/RTS threshold and
retry limits.

Since these values are stored in struct wiphy, remove the local copy
from mac80211 where feasible (frag & rts threshold). The retry limits
are currently needed in struct ieee80211_conf, but these could be
eventually removed since the driver should have access to the values
in struct wiphy.

Signed-off-by: Jouni Malinen <j@w1.fi>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
12 files changed:
include/linux/nl80211.h
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/debugfs.c
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/tx.c
net/mac80211/util.c
net/mac80211/wext.c
net/wireless/core.c
net/wireless/nl80211.c
net/wireless/wext-compat.c