* [PATCH] wcn36xx: remove unecessary return
@ 2019-10-30 8:41 Eduardo Abinader
2019-10-31 8:23 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Eduardo Abinader @ 2019-10-30 8:41 UTC (permalink / raw)
To: wcn36xx; +Cc: Eduardo Abinader, linux-wireless, kvallo
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
---
drivers/net/wireless/ath/wcn36xx/main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
index a276dae30887..c30fdd0cbf1e 100644
--- a/drivers/net/wireless/ath/wcn36xx/main.c
+++ b/drivers/net/wireless/ath/wcn36xx/main.c
@@ -935,8 +935,6 @@ static void wcn36xx_bss_info_changed(struct ieee80211_hw *hw,
out:
mutex_unlock(&wcn->conf_mutex);
-
- return;
}
/* this is required when using IEEE80211_HW_HAS_RATE_CONTROL */
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] wcn36xx: remove unecessary return
2019-10-30 8:41 [PATCH] wcn36xx: remove unecessary return Eduardo Abinader
@ 2019-10-31 8:23 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-10-31 8:23 UTC (permalink / raw)
To: Eduardo Abinader; +Cc: wcn36xx, Eduardo Abinader, linux-wireless, kvallo
Eduardo Abinader <eduardoabinader@gmail.com> wrote:
> Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
6dea30b4fd54 wcn36xx: remove unecessary return
--
https://patchwork.kernel.org/patch/11219245/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-31 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 8:41 [PATCH] wcn36xx: remove unecessary return Eduardo Abinader
2019-10-31 8:23 ` Kalle Valo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.