Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225246
b: refs/heads/master
c: 91f44b0
h: refs/heads/master
v: v3
  • Loading branch information
Tim Harvey authored and John W. Linville committed Dec 13, 2010
1 parent 7805586 commit dd59ef1
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: 42ab135fe78025910bed8ff56e00a375f2b04db1
refs/heads/master: 91f44b02992f632ac6c070f985cd58d5acee4199
2 changes: 1 addition & 1 deletion trunk/net/mac80211/driver-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static inline void drv_reset_tsf(struct ieee80211_local *local)

static inline int drv_tx_last_beacon(struct ieee80211_local *local)
{
int ret = 1;
int ret = 0; /* default unsuported op for less congestion */

might_sleep();

Expand Down

0 comments on commit dd59ef1

Please sign in to comment.