{nl,cfg,mac}80211: Allow user to see/configure HT protection mode
authorAshok Nagarajan <ashok@cozybit.com>
Mon, 30 Apr 2012 21:20:32 +0000 (14:20 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 May 2012 01:53:59 +0000 (21:53 -0400)
commit70c33eaae79e53f9e48324736c0cb85534d3f093
tree103c59d0356e55341052adca0624b6256525ddbb
parentb91e64aad2c78b0477b9eb3a26335668b4032002
{nl,cfg,mac}80211: Allow user to see/configure HT protection mode

This patch introduces a new mesh configuration parameter "ht_opmode" and will
allow user to check the current HT protection mode selected. Users could
configure the protection mode by the command "iw mesh_iface set mesh_param
mesh_ht_protection_mode=2". The default protection mode of mesh is set to
non-HT mixed mode.

Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
Reviewed-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/mesh.c
net/mac80211/mesh_plink.c
net/wireless/mesh.c
net/wireless/nl80211.c