iwlwifi: mvm: Fix fall-through warnings for Clang
[linux-2.6-microblaze.git] / drivers / net / wireless / intel / iwlwifi / mvm / rx.c
index b562e07..f0364ad 100644 (file)
@@ -170,7 +170,7 @@ static u32 iwl_mvm_set_mac80211_rx_flag(struct iwl_mvm *mvm,
                    !(rx_pkt_status & RX_MPDU_RES_STATUS_TTAK_OK))
                        return 0;
                *crypt_len = IEEE80211_TKIP_IV_LEN;
-               /* fall through */
+               fallthrough;
 
        case RX_MPDU_RES_STATUS_SEC_WEP_ENC:
                if (!(rx_pkt_status & RX_MPDU_RES_STATUS_ICV_OK))