#407: bridged mode wont work
---------------------------------+------------------------------------------
      Reporter:  anonymous       |       Owner:          
          Type:  defect          |      Status:  reopened
      Priority:  major           |   Milestone:          
     Component:  madwifi: other  |     Version:          
    Resolution:                  |    Keywords:          
Patch_attached:  0               |  
---------------------------------+------------------------------------------
Comment (by Nigel Cunningham):

 You need #if 0 ... #endif around that whole section:

 {{{
 #if 0
 #ifdef USE_HEADERLEN_RESV
         dev->hard_header_len += sizeof(struct ieee80211_qosframe) +
                                 sizeof(struct llc) +
                                 IEEE80211_ADDR_LEN +
                                 IEEE80211_WEP_IVLEN +
                                 IEEE80211_WEP_KIDLEN;
 #ifdef ATH_SUPERG_FF
         dev->hard_header_len += ATH_FF_MAX_HDR;
 #endif
 #endif
 #endif
 }}}

 Nigel

-- 
Ticket URL: <http://madwifi.org/ticket/407>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to