All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] ath: drop duplicated define
@ 2019-03-14 14:07 Tomislav Požega
  2019-03-14 14:07 ` [PATCH v2 2/2] ath9k: drop redundant code in ar9003_hw_set_channel Tomislav Požega
  2019-04-29 14:58 ` [PATCH v2 1/2] ath: drop duplicated define Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Tomislav Požega @ 2019-03-14 14:07 UTC (permalink / raw)
  To: linux-wireless; +Cc: kvalo

Remove duplicate NO_CTL that is just 2 lines below.

Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
---
 drivers/net/wireless/ath/regd.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/ath/regd.h b/drivers/net/wireless/ath/regd.h
index 75ddaef..8d5a16b 100644
--- a/drivers/net/wireless/ath/regd.h
+++ b/drivers/net/wireless/ath/regd.h
@@ -28,7 +28,6 @@ enum ctl_group {
 	CTL_ETSI = 0x30,
 };
 
-#define NO_CTL 0xff
 #define SD_NO_CTL               0xE0
 #define NO_CTL                  0xff
 #define CTL_11A                 0
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-29 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14 14:07 [PATCH v2 1/2] ath: drop duplicated define Tomislav Požega
2019-03-14 14:07 ` [PATCH v2 2/2] ath9k: drop redundant code in ar9003_hw_set_channel Tomislav Požega
2019-04-29 14:58 ` [PATCH v2 1/2] ath: drop duplicated define 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.