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)
commitd393be3ed0bebb30a4666d7f5ed4486cd6b31716
treea9f6f7c690f6610075bee444d7e0c06888dfe592
parent410280bac6224e066f4cf0b87db08f0418a135b6
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