Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203033
b: refs/heads/master
c: ebe297c
h: refs/heads/master
i:
  203031: d4012a0
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jun 14, 2010
1 parent 124a21a commit 0b61ef8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9623009d2d0a228253d084cac4fda38c9807a4c2
refs/heads/master: ebe297c35d5e7137a2d626b49b4c8c4c0ab4f242
1 change: 0 additions & 1 deletion trunk/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 trunk/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 0b61ef8

Please sign in to comment.