Go to the documentation of this file.
20 #define MAJOR_VERSION_REQ 1
21 #define MINOR_VERSION_REQ 3
23 #define IS_AR7010_DEVICE(_v) (((_v) == AR9280_USB) || ((_v) == AR9287_USB))
25 #define AR9271_FIRMWARE 0x501000
26 #define AR9271_FIRMWARE_TEXT 0x903000
27 #define AR7010_FIRMWARE_TEXT 0x906000
29 #define FIRMWARE_DOWNLOAD 0x30
30 #define FIRMWARE_DOWNLOAD_COMP 0x31
32 #define ATH_USB_RX_STREAM_MODE_TAG 0x4e00
33 #define ATH_USB_TX_STREAM_MODE_TAG 0x697e
36 #define MAX_TX_URB_NUM 8
37 #define MAX_TX_BUF_NUM 256
38 #define MAX_TX_BUF_SIZE 32768
39 #define MAX_TX_AGGR_NUM 20
41 #define MAX_RX_URB_NUM 8
42 #define MAX_RX_BUF_SIZE 16384
43 #define MAX_PKT_NUM_IN_TRANSFER 10
45 #define MAX_REG_OUT_URB_NUM 1
46 #define MAX_REG_IN_URB_NUM 64
48 #define MAX_REG_IN_BUF_SIZE 64
51 #define USB_WLAN_TX_PIPE 1
52 #define USB_WLAN_RX_PIPE 2
53 #define USB_REG_IN_PIPE 3
54 #define USB_REG_OUT_PIPE 4
56 #define HIF_USB_MAX_RXPIPES 2
57 #define HIF_USB_MAX_TXPIPES 4
69 #define HIF_USB_TX_STOP BIT(0)
70 #define HIF_USB_TX_FLUSH BIT(1)
87 #define HIF_USB_START BIT(0)
88 #define HIF_USB_READY BIT(1)