projects
/
open-ath9k-htc-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec0193
)
remove unused HAL_OPMODE
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 23 Jun 2013 20:13:23 +0000
(22:13 +0200)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 23 Jun 2013 20:13:23 +0000
(22:13 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/ah.h
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/ah.h
b/target_firmware/wlan/ah.h
index 4901097480cfa5de643123d3f53cf39a48ff738f..33613e863958e5a3de60fe78ceea4eacbccfb9ec 100755
(executable)
--- a/
target_firmware/wlan/ah.h
+++ b/
target_firmware/wlan/ah.h
@@
-79,13
+79,6
@@
typedef enum {
HAL_CAP_RTS_AGGR_LIMIT = 6,
} HAL_CAPABILITY_TYPE;
-typedef enum {
- HAL_M_STA = 1,
- HAL_M_IBSS = 0,
- HAL_M_HOSTAP = 6,
- HAL_M_MONITOR = 8,
-} HAL_OPMODE;
-
typedef enum {
HAL_TX_QUEUE_INACTIVE = 0,
HAL_TX_QUEUE_DATA = 1,