]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: fix missing break on IEEE80211_STYPE_ACTION case
authorColin Ian King <colin.king@canonical.com>
Tue, 16 Aug 2016 12:10:13 +0000 (13:10 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 3 Sep 2016 10:07:49 +0000 (13:07 +0300)
commit8e24671867c0bdfea3f8096d9433c1b58885e421
treea9f6f7c690f6610075bee444d7e0c06888dfe592
parent0e7005c20c8e7532cd327e0b60a71442dc43963e
mwifiex: fix missing break on IEEE80211_STYPE_ACTION case

The IEEE80211_STYPE_ACTION case is missing a break in the switch
statement, causing it to fall through to the default case that
reports a debug message about an unknown frame subtype. Fix this
by adding in the missing break statement.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/util.c