Show
Ignore:
Timestamp:
02/06/06 21:20:57 (6 years ago)
Author:
mrenzmann
Message:

Yet another set of some minor code cleanup changes, again with no
functional changes.

Signed-off-by: Michael Renzmann <mrenzmann@otaku42.de>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/net80211/ieee80211_scan_sta.c

    r1426 r1443  
    6060 */ 
    6161#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) */ 
    6363#define STA_PURGE_SCANS 2               /* age for purging entries (scans) */ 
    6464 
     
    112112static int match_bss(struct ieee80211vap *, const struct ieee80211_scan_state *, 
    113113        const struct sta_entry *); 
    114 static void action_tasklet(IEEE80211_TQUEUE_ARG data); 
     114static void action_tasklet(IEEE80211_TQUEUE_ARG); 
    115115 
    116116/*