Changeset 2708
- Timestamp:
- 09/14/07 04:36:09 (4 years ago)
- Files:
-
- trunk/net80211/ieee80211_input.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/net80211/ieee80211_input.c
r2702 r2708 1142 1142 const struct llc snap_hdr = {.llc_dsap = LLC_SNAP_LSAP, 1143 1143 .llc_ssap = LLC_SNAP_LSAP, 1144 .llc_ control = LLC_UI,1144 .llc_snap.control = LLC_UI, 1145 1145 .llc_snap.org_code = {0x0, 0x0, 0x0}}; 1146 1146 struct ieee80211_qosframe_addr4 wh; /* Max size address frames */
