提交 ebe297c3 编写于 作者: F Felix Fietkau 提交者: John W. Linville

ath9k: make ath_get_hal_qnum static

Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册