mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
ath: drop duplicated define
Remove duplicate NO_CTL that is just 2 lines below. Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
committed by
Kalle Valo
parent
05039f01e6
commit
b50fd29c52
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user