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

    r1426 r1443  
    5959        struct ieee80211vap *cc_vap;    /* for diagnostics + statistics */ 
    6060        struct ieee80211com *cc_ic; 
    61         struct crypto_tfm   *cc_tfm; 
     61        struct crypto_tfm *cc_tfm; 
    6262}; 
    6363