Re: [PATCH 7/8] brcmfmac: revise handling events in receive path

2016-04-25 Thread Rafał Miłecki
On 11 April 2016 at 11:35, Arend van Spriel wrote: > @@ -298,18 +298,11 @@ void brcmf_txflowblock(struct device *dev, bool state) > brcmf_fws_bus_blocked(drvr, state); > } > > -void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb, > - bool handle_event) > +void

Re: [PATCH 7/8] brcmfmac: revise handling events in receive path

2016-04-25 Thread Rafał Miłecki
On 11 April 2016 at 11:35, Arend van Spriel wrote: > Move event handling out of brcmf_netif_rx() avoiding the need > to pass a flag. This flag is only ever true for USB hosts as > other interface use separate brcmf_rx_event() function. > > Reviewed-by: Hante Meuleman > Reviewed-by: Pieter-Paul Gi

[PATCH 7/8] brcmfmac: revise handling events in receive path

2016-04-11 Thread Arend van Spriel
Move event handling out of brcmf_netif_rx() avoiding the need to pass a flag. This flag is only ever true for USB hosts as other interface use separate brcmf_rx_event() function. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky Lin Signed-off-by: Arend van Spri