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.c

    r1429 r1443  
    5656        struct ieee80211_scan_state base;       /* public state */ 
    5757 
    58         u_int          ss_iflags;             /* flags used internally */ 
     58        u_int ss_iflags;                              /* flags used internally */ 
    5959#define ISCAN_MINDWELL  0x0001          /* min dwell time reached */ 
    6060#define ISCAN_DISCARD   0x0002          /* discard rx'd frames */ 
    6161#define ISCAN_CANCEL    0x0004          /* cancel current scan */ 
    6262#define ISCAN_START     0x0008          /* 1st time through next_scan */ 
    63         unsigned long  ss_chanmindwell;       /* min dwell on curchan */ 
    64         unsigned long  ss_scanend;            /* time scan must stop */ 
    65         u_int          ss_duration;           /* duration for next scan */ 
     63        unsigned long ss_chanmindwell;        /* min dwell on curchan */ 
     64        unsigned long ss_scanend;             /* time scan must stop */ 
     65        u_int ss_duration;                    /* duration for next scan */ 
    6666        struct tasklet_struct ss_pwrsav;        /* sta ps ena tasklet */ 
    6767        struct timer_list ss_scan_timer;        /* scan timer */