return ath10k_htt_rx_proc_rx_frag_ind(htt,
                                                      &resp->rx_frag_ind,
                                                      skb);
-               break;
        }
        case HTT_T2H_MSG_TYPE_TEST:
                break;
 
 
                return 0;
 
-               break;
        case ATH6KL_TM_CMD_RX_REPORT:
        default:
                return -EOPNOTSUPP;
 
                ath_dbg(ath9k_hw_common(ah), BEACON,
                        "%s: unsupported opmode: %d\n", __func__, ah->opmode);
                return;
-               break;
        }
 
        REG_WRITE(ah, AR_BEACON_PERIOD, beacon_period);
 
                return iwl_mvm_mac_ctxt_cmd_sta(mvm, vif, action,
                                                force_assoc_off,
                                                bssid_override);
-               break;
        case NL80211_IFTYPE_AP:
                if (!vif->p2p)
                        return iwl_mvm_mac_ctxt_cmd_ap(mvm, vif, action);
                else
                        return iwl_mvm_mac_ctxt_cmd_go(mvm, vif, action);
-               break;
        case NL80211_IFTYPE_MONITOR:
                return iwl_mvm_mac_ctxt_cmd_listener(mvm, vif, action);
        case NL80211_IFTYPE_P2P_DEVICE:
 
        default:
                pr_err("Network type %d not support!\n", type);
                return 1;
-               break;
        }
 
        /* MSR_INFRA == Link in infrastructure network;
 
        default:
                pr_err("Network type %d not support!\n", type);
                return 1;
-               break;
        }
 
        /* MSR_INFRA == Link in infrastructure network;
 
                return __rtl8821ae_phy_config_with_headerfile(hw,
                                radioa_array_table_a, radioa_arraylen_a,
                                _rtl8821ae_config_rf_radio_a);
-               break;
        case RF90_PATH_B:
                return __rtl8821ae_phy_config_with_headerfile(hw,
                                radioa_array_table_b, radioa_arraylen_b,
                                _rtl8821ae_config_rf_radio_b);
-               break;
        case RF90_PATH_C:
        case RF90_PATH_D:
                pr_err("switch case %#x not processed\n", rfpath);
                return __rtl8821ae_phy_config_with_headerfile(hw,
                        radioa_array_table, radioa_arraylen,
                        _rtl8821ae_config_rf_radio_a);
-               break;
 
        case RF90_PATH_B:
        case RF90_PATH_C: