Re: [01/12] brcmfmac: consolidate ifp lookup in driver core

2015-09-29 Thread Kalle Valo
> In rx path the firmware provide an interface index which is used to > map to a struct brcmf_if instance. However, this involves some trick > that is done in two places. This is changed by having driver core > providing brcmf_get_ifp() function. > > Reviewed-by: Hante Meuleman

[PATCH 01/12] brcmfmac: consolidate ifp lookup in driver core

2015-08-26 Thread Arend van Spriel
In rx path the firmware provide an interface index which is used to map to a struct brcmf_if instance. However, this involves some trick that is done in two places. This is changed by having driver core providing brcmf_get_ifp() function. Reviewed-by: Hante Meuleman meule...@broadcom.com