Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4625b640 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

rtlwifi: remove unnecessary break after return

parent 2b203e3c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1064,7 +1064,6 @@ static int rtl_op_ampdu_action(struct ieee80211_hw *hw,
		RT_TRACE(rtlpriv, COMP_MAC80211, DBG_TRACE,
			 "IEEE80211_AMPDU_TX_START: TID:%d\n", tid);
		return rtl_tx_agg_start(hw, sta, tid, ssn);
		break;
	case IEEE80211_AMPDU_TX_STOP_CONT:
	case IEEE80211_AMPDU_TX_STOP_FLUSH:
	case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT: