From: Jouni Malinen Date: Mon, 20 Apr 2009 16:39:05 +0000 (+0200) Subject: nl80211: Add set/get for frag/rts threshold and retry limits X-Git-Tag: v2.6.31-rc1~330^2~568^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a5f8cab751d362f7c2d94899ca788c22fcd1ef;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed