]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: minimally handle new channel width enumeration values
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Jun 2013 17:50:09 +0000 (13:50 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Jun 2013 17:50:09 +0000 (13:50 -0400)
commit9878036b9957d34dda9632c83d91bec48c9758ea
tree848718cfe6210c98f8f6c5950f8d0d0880484570
parent18a16fb9ba674029dd092ec654d3bdbd6551c3c7
ath10k: minimally handle new channel width enumeration values

  CC      drivers/net/wireless/ath/ath10k/mac.o
drivers/net/wireless/ath/ath10k/mac.c: In function ‘chan_to_phymode’:
drivers/net/wireless/ath/ath10k/mac.c:229:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_5’ not handled in switch [-Wswitch]
drivers/net/wireless/ath/ath10k/mac.c:229:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_10’ not handled in switch [-Wswitch]
drivers/net/wireless/ath/ath10k/mac.c:247:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_5’ not handled in switch [-Wswitch]
drivers/net/wireless/ath/ath10k/mac.c:247:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_10’ not handled in switch [-Wswitch]

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath10k/mac.c