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)
commit0f817ed52d07873cd39c9d3f6d87fae962dc742f
tree848718cfe6210c98f8f6c5950f8d0d0880484570
parent0c9acaa8357a334645c96d505528a20f2fd4ac0a
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