Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246801
b: refs/heads/master
c: 9529497
h: refs/heads/master
i:
  246799: 643b15f
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Apr 12, 2011
1 parent d2a2fc3 commit 57e119e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 264bbec811024e39fe8f9e7a45743f81f373529e
refs/heads/master: 952949738aba19f84dae9def18e0baa58f0ce0b8
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf)
*sc->rx.rxlink = bf->bf_daddr;

sc->rx.rxlink = &ds->ds_link;
ath9k_hw_rxena(ah);
}

static void ath_setdefantenna(struct ath_softc *sc, u32 antenna)
Expand Down Expand Up @@ -1765,6 +1764,7 @@ int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp)
} else {
list_move_tail(&bf->list, &sc->rx.rxbuf);
ath_rx_buf_link(sc, bf);
ath9k_hw_rxena(ah);
}
} while (1);

Expand Down

0 comments on commit 57e119e

Please sign in to comment.