Commit 9124061a authored by Johannes Berg's avatar Johannes Berg Committed by Luca Coelho
Browse files

iwlwifi: mvm: rs-fw: fix some indentation



That closing brace for the switch statement is misplaced, fix it.

Change-Id: I39af135a9e3fc64337d2cced43a70cb48fe3b9c1
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 453f2682
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -400,7 +400,6 @@ u16 rs_fw_get_max_amsdu_len(struct ieee80211_sta *sta)
		default:
			return IEEE80211_MAX_MPDU_LEN_VHT_3895;
		}

	} else if (ht_cap->ht_supported) {
		if (ht_cap->cap & IEEE80211_HT_CAP_MAX_AMSDU)
			/*