Re: brcmfmac: proto: add callback for queuing TX data

2016-11-08 Thread Kalle Valo
f-by: Rafał Miłecki <ra...@milecki.pl> Patch applied to wireless-drivers-next.git, thanks. b073ac1fcf42 brcmfmac: proto: add callback for queuing TX data -- https://patchwork.kernel.org/patch/9351305/ Documentation about submitting wireless patches and checking status from patchwork: https://w

[PATCH] brcmfmac: proto: add callback for queuing TX data

2016-09-26 Thread Rafał Miłecki
From: Rafał Miłecki So far our core code was calling brcmf_fws_process_skb which wasn't a proper thing to do. If case of devices using msgbuf protocol fwsignal shouldn't be used. It was an unnecessary extra layer simply calling a protocol specifix txdata function. Please note