Changeset 1443 for trunk/net80211/ieee80211_scan_sta.c
- Timestamp:
- 02/06/06 21:20:57 (6 years ago)
- Files:
-
- trunk/net80211/ieee80211_scan_sta.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/net80211/ieee80211_scan_sta.c
r1426 r1443 60 60 */ 61 61 #define STA_FAILS_MAX 2 /* assoc failures before ignored */ 62 #define STA_FAILS_AGE (2 *60)/* time before clearing fails (secs) */62 #define STA_FAILS_AGE (2 * 60) /* time before clearing fails (secs) */ 63 63 #define STA_PURGE_SCANS 2 /* age for purging entries (scans) */ 64 64 … … 112 112 static int match_bss(struct ieee80211vap *, const struct ieee80211_scan_state *, 113 113 const struct sta_entry *); 114 static void action_tasklet(IEEE80211_TQUEUE_ARG data);114 static void action_tasklet(IEEE80211_TQUEUE_ARG); 115 115 116 116 /*
