Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215068
b: refs/heads/master
c: 373426c
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Oct 6, 2010
1 parent d6f3d91 commit 6ff5536
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 46bf695802bb090d9d0d0fec6bb5b46c24b17d4e
refs/heads/master: 373426cac0cbb7f762018127803dcd70838e2cdf
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ani.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static u8 ath9k_hw_chan_2_clockrate_mhz(struct ath_hw *ah)
if (conf_is_ht40(conf))
return clockrate * 2;

return clockrate * 2;
return clockrate;
}

static int32_t ath9k_hw_ani_get_listen_time(struct ath_hw *ah)
Expand Down
2 changes: 2 additions & 0 deletions trunk/net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,

set_bit(HT_AGG_STATE_STOPPING, &tid_tx->state);

del_timer_sync(&tid_tx->addba_resp_timer);

/*
* After this packets are no longer handed right through
* to the driver but are put onto tid_tx->pending instead,
Expand Down

0 comments on commit 6ff5536

Please sign in to comment.