Skip to content

Commit

Permalink
ath9k: make ath_get_hal_qnum static
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jun 14, 2010
1 parent 9623009 commit ebe297c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/wireless/ath/ath9k/ath9k.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ebe297c

Please sign in to comment.