#1192: Hardware Support: AR5007* (AR2425 chips)
-----------------------------------------------------+----------------------
      Reporter:  Jeremy Jackson <[EMAIL PROTECTED]>  |       Owner:  proski     
         
          Type:  enhancement                         |      Status:  assigned   
         
      Priority:  critical                            |   Milestone:  version 
0.9.5       
     Component:  madwifi: HAL                        |     Version:  trunk      
         
    Resolution:                                      |    Keywords:  AR5007 
AR2425 AR2417
Patch_attached:  0                                   |     Pending:  0          
         
-----------------------------------------------------+----------------------
Comment (by anonymous):

 Hi,

 I had to hack '''ieee80211_wireless.c''' to get it to compile on Fedora 9
 since Fedora is using version 8 of '''iw_wireless.h''' and that version
 wants an '''iw_request_info''' structure address as the first argument of
 '''iwe_stream_add_event''' and '''iwe_stream_add_point'''.

 I just added static definition, '''static struct iw_request_info iw_info =
 { 0, 0};''', towards the start of the code and added a '''&iw_info''' as
 the first argument of each of the '''add_''' calls I listed above.

 Note that I just set the extended command and flags to zero which may not
 be optimal, but the hack now gets ne a working AR5007 on my x86_64 system.

 Thanks.

 P.S.: Any idea when ath5k (or ath9k) will support the AR5007 chip on 64
 bit OSs?

-- 
Ticket URL: <http://madwifi.org/ticket/1192#comment:363>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to