From: YueHaibing Date: Wed, 9 Sep 2020 13:58:34 +0000 (+0800) Subject: ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZ X-Git-Tag: io_uring-5.10-2020-10-20~32^2~309^2^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=42a08ff79ff522bb92f92114bbdca45aed28d20c;p=linux-block.git ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZ There is no caller in tree, so can remove it. Signed-off-by: YueHaibing Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20200909135834.38448-1-yuehaibing@huawei.com --- diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 9f0e6a58578f..13e5cfe95a75 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -7699,8 +7699,6 @@ exit: return ret; } -#define ATH10K_ROC_TIMEOUT_HZ (2 * HZ) - static int ath10k_remain_on_channel(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_channel *chan,