From: Oleksij Rempel Date: Tue, 19 Mar 2013 14:39:07 +0000 (+0100) Subject: build fix: replace struct with static X-Git-Tag: 1.3.2~12^2~13 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=3b2ffceba90c5741205be10356a4f20f44393bc4 build fix: replace struct with static replace struct with static, it probably was typo. It is already struct by type deffinition. Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/if_owl.c b/target_firmware/wlan/if_owl.c index 375c38c..a9eab5f 100755 --- 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) } } -struct WMI_TXSTATUS_EVENT* ath_tx_status_get(struct ath_softc_tgt *sc) +static WMI_TXSTATUS_EVENT *ath_tx_status_get(struct ath_softc_tgt *sc) { WMI_TXSTATUS_EVENT *txs = NULL; int i;