hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/drivers/net/wireless/ath/ath6kl/hif.h
....@@ -35,12 +35,6 @@
3535 #define MAX_SCATTER_ENTRIES_PER_REQ 16
3636 #define MAX_SCATTER_REQ_TRANSFER_SIZE (32 * 1024)
3737
38
-#define MANUFACTURER_ID_AR6003_BASE 0x300
39
-#define MANUFACTURER_ID_AR6004_BASE 0x400
40
- /* SDIO manufacturer ID and Codes */
41
-#define MANUFACTURER_ID_ATH6KL_BASE_MASK 0xFF00
42
-#define MANUFACTURER_CODE 0x271 /* Atheros */
43
-
4438 /* Mailbox address in SDIO address space */
4539 #define HIF_MBOX_BASE_ADDR 0x800
4640 #define HIF_MBOX_WIDTH 0x800
....@@ -199,7 +193,7 @@
199193
200194 u32 scat_q_depth;
201195
202
- struct hif_scatter_item scat_list[0];
196
+ struct hif_scatter_item scat_list[];
203197 };
204198
205199 struct ath6kl_irq_proc_registers {