projects
/
librecmc
/
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:
9a198ba
)
build fix: ar5416_hw.c remove unused variables
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 17 Mar 2013 19:13:51 +0000
(20:13 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:46 +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 0912f8aa48d090a8822954eb5388ecba08e3eca1..797dd8dd56f71de67f4489c1fe98bcfc75705be4 100644
(file)
--- a/
target_firmware/wlan/ar5416_hw.c
+++ b/
target_firmware/wlan/ar5416_hw.c
@@
-971,11
+971,7
@@
void ar5416Set11nRateScenario_20(struct ath_hal *ah, struct ath_desc *ds,
a_uint32_t flags)
{
struct ar5416_desc *ads = AR5416DESC(ds);
- struct ar5416_desc_20 *ads_20 = AR5416DESC_20(ds);
a_uint32_t ds_ctl0;
- a_int16_t txpower;
- a_uint32_t count;
- struct ath_hal_private *ahpriv = AH_PRIVATE(ah);
HALASSERT(nseries == 4);
(void)nseries;