cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 case
authorColin Ian King <colin.king@canonical.com>
Sun, 17 Jul 2016 18:55:27 +0000 (19:55 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 2 Aug 2016 07:50:25 +0000 (09:50 +0200)
commit680682d4d537565e2c358483e1feeca30a8cf3d4
tree07ac24dfd352cf4d4d0e1cb02964ae4cc377542a
parentecd5a32318280133e8ae93f10ea693293a04a786
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>
net/wireless/chan.c