linux/drivers/net/wireless/broadcom/brcm80211
Rafał Miłecki 16e6467683 brcmfmac: rework bphy_err() to take struct brcmf_pub argument
This macro will be used in more places not just the cfg80211.c. It makes
sense to pass some common struct to it as "struct wiphy" is mostly
referenced in cfg80211 code only.

A very common one (used above the bus abstraction layer) is struct
brcmf_pub. Many functions already keep reference to it which will make
using bphy_err() simpler. It should also allow extending that macro's
logic if it's ever needed.

This improves code recently added in the commit 3ef005b82e ("brcmfmac:
add bphy_err() and use it in the cfg80211.c").

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-02-19 17:07:13 +02:00
..
brcmfmac brcmfmac: rework bphy_err() to take struct brcmf_pub argument 2019-02-19 17:07:13 +02:00
brcmsmac wireless: prefix header search paths with $(srctree)/ 2019-02-01 14:42:25 +02:00
brcmutil wireless: prefix header search paths with $(srctree)/ 2019-02-01 14:42:25 +02:00
include brcmfmac: 4373 save-restore support 2018-12-13 16:57:26 +02:00
Kconfig net: Remove depends on HAS_DMA in case of platform dependency 2018-06-23 10:44:30 +09:00
Makefile