aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/hw.c
diff options
context:
space:
mode:
authorYang Shen <shenyang39@huawei.com>2021-05-17 13:01:32 +0800
committerKalle Valo <kvalo@codeaurora.org>2021-06-15 17:01:24 +0300
commit2d1f8673ad6c38b3e5de646bf7113948a9145e9e (patch)
tree0311849e24f4beec69da7d4d876d1481e15eeedd /drivers/net/wireless/ath/hw.c
parentath5k: Fix wrong function name in comments (diff)
downloadlinux-dev-2d1f8673ad6c38b3e5de646bf7113948a9145e9e.tar.xz
linux-dev-2d1f8673ad6c38b3e5de646bf7113948a9145e9e.zip
ath: Fix wrong function name in comments
Fixes the following W=1 kernel build warning(s): drivers/net/wireless/ath/hw.c:119: warning: expecting prototype for ath_hw_set_bssid_mask(). Prototype was for ath_hw_setbssidmask() instead Signed-off-by: Yang Shen <shenyang39@huawei.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210517050141.61488-3-shenyang39@huawei.com
Diffstat (limited to 'drivers/net/wireless/ath/hw.c')
-rw-r--r--drivers/net/wireless/ath/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/hw.c b/drivers/net/wireless/ath/hw.c
index eae9abf540a7..b53ebb3ac9a2 100644
--- a/drivers/net/wireless/ath/hw.c
+++ b/drivers/net/wireless/ath/hw.c
@@ -24,7 +24,7 @@
#define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
/**
- * ath_hw_set_bssid_mask - filter out bssids we listen
+ * ath_hw_setbssidmask - filter out bssids we listen
*
* @common: the ath_common struct for the device.
*