Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159382
b: refs/heads/master
c: d1c5091
h: refs/heads/master
v: v3
  • Loading branch information
Maxim Levitsky authored and John W. Linville committed Aug 4, 2009
1 parent 7a0de73 commit 6bb3b21
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a43abf293965230c93a4b74e5d10b9d60b153ab4
refs/heads/master: d1c5091f23fed5195271e2849f89017d3a126521
4 changes: 2 additions & 2 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
* Time the connection can be idle before we probe
* it to see if we can still talk to the AP.
*/
#define IEEE80211_CONNECTION_IDLE_TIME (2 * HZ)
#define IEEE80211_CONNECTION_IDLE_TIME (30 * HZ)
/*
* Time we wait for a probe response after sending
* a probe request because of beacon loss or for
* checking the connection still works.
*/
#define IEEE80211_PROBE_WAIT (HZ / 5)
#define IEEE80211_PROBE_WAIT (HZ / 2)

#define TMR_RUNNING_TIMER 0
#define TMR_RUNNING_CHANSW 1
Expand Down

0 comments on commit 6bb3b21

Please sign in to comment.