[PATCH 20/31] build fix: change HAL_TXKEYIX_INVALID size

Oleksij Rempel linux at rempel-privat.de
Fri Mar 29 05:01:54 EDT 2013


HAL_(R)XKEYIX_INVALID is a_uint8_t so i assume
HAL_(T)XKEYIX_INVALID should have same size.

Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 target_firmware/wlan/ah_desc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target_firmware/wlan/ah_desc.h b/target_firmware/wlan/ah_desc.h
index 0a4c673..26a448d 100755
--- a/target_firmware/wlan/ah_desc.h
+++ b/target_firmware/wlan/ah_desc.h
@@ -90,7 +90,7 @@ struct ath_rx_status {
 
 #define HAL_RXKEYIX_INVALID ((a_uint8_t) -1)
 
-#define HAL_TXKEYIX_INVALID ((a_uint32_t) -1)
+#define HAL_TXKEYIX_INVALID ((a_uint8_t) -1)
 
 /*
  * The following definitions are passed directly
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list