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

    r1426 r1443  
    7676        struct ieee80211vap *wc_vap;    /* for diagnostics + statistics */ 
    7777        struct ieee80211com *wc_ic;     /* for diagnostics */ 
    78         u_int32_t      wc_iv;         /* initial vector for crypto */ 
     78        u_int32_t wc_iv;                      /* initial vector for crypto */ 
    7979}; 
    8080