Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ath9k: make ath_get_hal_qnum static

parent 9623009d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -612,7 +612,6 @@ struct ath_wiphy {

void ath9k_tasklet(unsigned long data);
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_cabq_update(struct ath_softc *);

+1 −1
Original line number Diff line number Diff line
@@ -808,7 +808,7 @@ int ath_reset(struct ath_softc *sc, bool retry_tx)
	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;