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

Commit f038ad0e authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: s_vGenerateTxParameter remove unused cbMACHdLen

parent 837a38f7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1132,7 +1132,6 @@ s_vGenerateTxParameter(
	unsigned short wCurrentRate
)
{
	unsigned int cbMACHdLen = WLAN_HDR_ADDR3_LEN; //24
	unsigned short wFifoCtl;
	bool bDisCRC = false;
	unsigned char byFBOption = AUTO_FB_NONE;
@@ -1150,9 +1149,6 @@ s_vGenerateTxParameter(
	else if (wFifoCtl & FIFOCTL_AUTO_FB_1)
		byFBOption = AUTO_FB_1;

	if (pDevice->bLongHeader)
		cbMACHdLen = WLAN_HDR_ADDR3_LEN + 6;

	if (!pvRrvTime)
		return;