Commit ebe297c3 authored by Felix Fietkau's avatar Felix Fietkau Committed by John W. Linville

ath9k: make ath_get_hal_qnum static

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9623009d
...@@ -612,7 +612,6 @@ struct ath_wiphy { ...@@ -612,7 +612,6 @@ struct ath_wiphy {
void ath9k_tasklet(unsigned long data); void ath9k_tasklet(unsigned long data);
int ath_reset(struct ath_softc *sc, bool retry_tx); int ath_reset(struct ath_softc *sc, bool retry_tx);
int ath_get_hal_qnum(u16 queue, struct ath_softc *sc);
int ath_get_mac80211_qnum(u32 queue, struct ath_softc *sc); int ath_get_mac80211_qnum(u32 queue, struct ath_softc *sc);
int ath_cabq_update(struct ath_softc *); int ath_cabq_update(struct ath_softc *);
......
...@@ -808,7 +808,7 @@ int ath_reset(struct ath_softc *sc, bool retry_tx) ...@@ -808,7 +808,7 @@ int ath_reset(struct ath_softc *sc, bool retry_tx)
return r; return r;
} }
int ath_get_hal_qnum(u16 queue, struct ath_softc *sc) static int ath_get_hal_qnum(u16 queue, struct ath_softc *sc)
{ {
int qnum; int qnum;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment