Update of /cvsroot/madwifi/madwifi/net80211
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13200
Modified Files:
ieee80211_input.c
Log Message:
purge dead code
Index: ieee80211_input.c
===================================================================
RCS file: /cvsroot/madwifi/madwifi/net80211/ieee80211_input.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ieee80211_input.c 5 Aug 2004 17:34:54 -0000 1.2
--- ieee80211_input.c 18 Aug 2004 00:20:19 -0000 1.3
***************
*** 106,117 ****
KASSERT(ni != NULL, ("null node"));
-
- #ifndef __linux__
- /* trim CRC here so WEP can find its own CRC at the end of packet. */
- if (m->m_flags & M_HASFCS) {
- m_adj(m, -IEEE80211_CRC_LEN);
- m->m_flags &= ~M_HASFCS;
- }
- #endif
KASSERT(skb->len >= sizeof(struct ieee80211_frame_min),
("frame length too short: %u", skb->len));
--- 106,109 ----
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|