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:
85dbf89
)
build fix: replace struct with static
author
Oleksij Rempel
<linux@rempel-privat.de>
Tue, 19 Mar 2013 14:39:07 +0000
(15:39 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:47 +0000
(17:27 +0100)
replace struct with static, it probably was typo.
It is already struct by type deffinition.
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_owl.c
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/if_owl.c
b/target_firmware/wlan/if_owl.c
index 375c38cc17b855beab57550ce6b1df2aebdfe3c6..a9eab5f8a29bc5e814ad6b0571ceeefa0b6b10e5 100755
(executable)
--- a/
target_firmware/wlan/if_owl.c
+++ b/
target_firmware/wlan/if_owl.c
@@
-532,7
+532,7
@@
void ath_tx_status_clear(struct ath_softc_tgt *sc)
}
}
-st
ruct WMI_TXSTATUS_EVENT*
ath_tx_status_get(struct ath_softc_tgt *sc)
+st
atic WMI_TXSTATUS_EVENT *
ath_tx_status_get(struct ath_softc_tgt *sc)
{
WMI_TXSTATUS_EVENT *txs = NULL;
int i;