[PATCH] Add IEEE80211_TX_CTL_REQ_TX_STATUS support

Pontus Fuchs pontus.fuchs at gmail.com
Tue Jun 4 15:39:59 EDT 2013


On 2013-06-04 12:52, Pontus Fuchs wrote:
> As there seems to be no packet id in the status indication message
> from the FW, I stop the queues in order to have only one frame with
> IEEE80211_TX_CTL_REQ_TX_STATUS submitted to the FW.
>
...

>   
> +	if (ieee80211_is_nullfunc(hdr->frame_control) &&
> +	    info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) {
> +		/* mac80211 bug? workaround */
> +		info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS;
> +	}
>

This slipped in by mistake. The real fix is in mac80211 as I wrote in 
another mail. I'll respin the patch.

//Pontus




More information about the wcn36xx mailing list