Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291111
b: refs/heads/master
c: 4286df6
h: refs/heads/master
i:
  291109: 823ea2b
  291107: f907be4
  291103: d5499d1
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Mar 5, 2012
1 parent b69e346 commit f005435
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d6157bf78015e53371e806e0f8fd44ef6a1bfc5d
refs/heads/master: 4286df60edfe19d3407fa112bf4bdfeeadda897c
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,7 @@ static int ath9k_tx_last_beacon(struct ieee80211_hw *hw)
struct ath_vif *avp;
struct ath_buf *bf;
struct ath_tx_status ts;
bool edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA);
int status;

vif = sc->beacon.bslot[0];
Expand All @@ -2310,7 +2311,7 @@ static int ath9k_tx_last_beacon(struct ieee80211_hw *hw)
if (!avp->is_bslot_active)
return 0;

if (!sc->beacon.tx_processed) {
if (!sc->beacon.tx_processed && !edma) {
tasklet_disable(&sc->bcon_tasklet);

bf = avp->av_bcbuf;
Expand Down

0 comments on commit f005435

Please sign in to comment.