diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-07-17 18:55:27 (GMT) |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-08-02 07:50:25 (GMT) |
commit | 680682d4d537565e2c358483e1feeca30a8cf3d4 (patch) | |
tree | 07ac24dfd352cf4d4d0e1cb02964ae4cc377542a /Kconfig | |
parent | ecd5a32318280133e8ae93f10ea693293a04a786 (diff) | |
download | linux-680682d4d537565e2c358483e1feeca30a8cf3d4.tar.xz |
cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 case
The switch on chandef->width is missing a break on the
NL8211_CHAN_WIDTH_80P80 case; currently we get a WARN_ON when
center_freq2 is non-zero because of the missing break.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions