Commit 34a033fe authored by Chang Yu's avatar Chang Yu Committed by Greg Kroah-Hartman
Browse files

Staging: r8188eu: core: rtw_xmit: Fixed a brace coding style issue

parent afc0eba8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -951,9 +951,8 @@ s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct
			mpdu_len -= llc_sz;
		}

		if ((pattrib->icv_len > 0) && (pattrib->bswenc)) {
		if ((pattrib->icv_len > 0) && (pattrib->bswenc))
			mpdu_len -= pattrib->icv_len;
		}

		if (bmcst) {
			/*  don't do fragment to broadcast/multicast packets */