cfg80211: disable 5/10 MHz support for all drivers
authorJohannes Berg <johannes.berg@intel.com>
Sun, 17 Nov 2013 09:37:34 +0000 (10:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 15:48:58 +0000 (07:48 -0800)
commitc0bd0fc173635c3d98aa2530a25e73e4041fcc22
treed737b9b6b94ef3bbcb06fdcd1ac95e2f823dd5ca
parent7f79e506a4521b58fcba80b49cd40c2037de6d2b
cfg80211: disable 5/10 MHz support for all drivers

commit 9f16d84ad73ea04145a5dc85c8f1067915b37eea upstream.

Due to nl80211 API breakage, 5/10 MHz support is broken for
all drivers. Fixing it requires adding new API, but that
can't be done as a bugfix commit since that would require
either updating all APIs in the trees needing the bugfix or
cause different kernels to have incompatible API.

Therefore, just disable 5/10 MHz support for all drivers.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/wireless/core.c