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:
af43f14
)
build fix: remove unused *ahp
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 17 Mar 2013 16:31:28 +0000
(17:31 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:45 +0000
(17:27 +0100)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/ar5416_hw.c
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/ar5416_hw.c
b/target_firmware/wlan/ar5416_hw.c
index 51326774716d9daa12b64843e7acb016002253f8..0912f8aa48d090a8822954eb5388ecba08e3eca1 100644
(file)
--- a/
target_firmware/wlan/ar5416_hw.c
+++ b/
target_firmware/wlan/ar5416_hw.c
@@
-766,7
+766,6
@@
HAL_BOOL ar5416SetupTxDesc_20(struct ath_hal *ah, struct ath_desc *ds,
#define RTSCTS (HAL_TXDESC_RTSENA|HAL_TXDESC_CTSENA)
struct ar5416_desc *ads = AR5416DESC(ds);
- struct ath_hal_5416 *ahp = AH5416(ah);
(void) hdrLen;
@@
-937,7
+936,6
@@
void ar5416Set11nTxDesc_20(struct ath_hal *ah, struct ath_desc *ds,
a_uint32_t flags)
{
struct ar5416_desc *ads = AR5416DESC(ds);
- struct ath_hal_5416 *ahp = AH5416(ah);
HALASSERT(isValidPktType(type));
HALASSERT(isValidKeyType(keyType));