Changeset 2708

Show
Ignore:
Timestamp:
09/14/07 04:36:09 (4 years ago)
Author:
mentor
Message:

Assign values to named elements that actually exist in SNAP LLC header

Files:

Legend:

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

    r2702 r2708  
    11421142        const struct llc snap_hdr = {.llc_dsap = LLC_SNAP_LSAP, 
    11431143                                     .llc_ssap = LLC_SNAP_LSAP, 
    1144                                      .llc_control = LLC_UI, 
     1144                                     .llc_snap.control = LLC_UI, 
    11451145                                     .llc_snap.org_code = {0x0, 0x0, 0x0}}; 
    11461146        struct ieee80211_qosframe_addr4 wh;     /* Max size address frames */