Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | brcmfmac: add missing header dependencies | Baoyou Xie | 2016-09-03 |
| | | | | | | | | | | | | | We get 1 warning when building kernel with W=1: drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: warning: no previous prototype for '__brcmf_err' [-Wmissing-prototypes] In fact, this function is declared in brcmfmac/debug.h, so this patch adds missing header dependencies. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> | ||
* | brcm80211: move under broadcom vendor directory | Kalle Valo | 2015-11-18 |
Part of reorganising wireless drivers directory and Kconfig. Note that I had to edit Makefiles from subdirectories to use the new location. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> |