#2022: compilation error - trunk 2008-07-01
-------------------------------------------+--------------------------------
      Reporter:  [EMAIL PROTECTED]  |       Owner:               
          Type:  defect                    |      Status:  closed       
      Priority:  minor                     |   Milestone:  version 0.9.5
     Component:  madwifi: driver           |     Version:  trunk        
    Resolution:  fixed                     |    Keywords:               
Patch_attached:  0                         |  
-------------------------------------------+--------------------------------
Comment (by [EMAIL PROTECTED]):

 The patch in current svn is broken, I think that the one below should be
 the right fix

 {{{
 Index: net80211/ieee80211_wireless.c
 ===================================================================
 --- net80211/ieee80211_wireless.c       (revision 3757)
 +++ net80211/ieee80211_wireless.c       (working copy)
 @@ -1776,7 +1776,7 @@
         int mode;
  };

 -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 26)
 +#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 25)
  #define iwe_stream_add_event(a, b, c, d, e)    iwe_stream_add_event(b, c,
 d, e)
  #define iwe_stream_add_point(a, b, c, d, e)    iwe_stream_add_point(b, c,
 d, e)
  #define iwe_stream_add_value(a, b, c, d, e, f) \
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/2022#comment:9>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to