Re: [PATCH 04/12] brcmfmac: allocate struct brcmf_pub instance using wiphy_new()

2018-03-17 Thread kbuild test robot
Hi Arend, I love your patch! Perhaps something to improve: [auto build test WARNING on next-20180309] [cannot apply to v4.16-rc4 v4.16-rc3 v4.16-rc2 v4.16-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 04/12] brcmfmac: allocate struct brcmf_pub instance using wiphy_new()

2018-03-16 Thread Arend van Spriel
Rework the driver so the wiphy instance holds the main driver information in its private buffer. Previously it held struct brcmf_cfg80211_info instance so a bit of reorg was needed. This was done so that the wiphy name or its parent device can be shown in debug output. Reviewed-by: Hante Meuleman