OSDN Git Service

ath: Fix wrong function name in comments
authorYang Shen <shenyang39@huawei.com>
Mon, 17 May 2021 05:01:32 +0000 (13:01 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 15 Jun 2021 14:01:24 +0000 (17:01 +0300)
commit2d1f8673ad6c38b3e5de646bf7113948a9145e9e
tree0311849e24f4beec69da7d4d876d1481e15eeedd
parent3b0c7b2415e52c48d47011c393bab7239fb59250
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
drivers/net/wireless/ath/hw.c