• J
    ath10k: minimally handle new channel width enumeration values · 0f817ed5
    John W. Linville 提交于
      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: NJohn W. Linville <linville@tuxdriver.com>
    0f817ed5
mac.c 76.1 KB