Skip to content

Commit

Permalink
ath: Fix wrong function name in comments
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yang Shen authored and Kalle Valo committed Jun 15, 2021
1 parent 3b0c7b2 commit 2d1f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 2d1f867

Please sign in to comment.