#2020: Build fails on Debian PPC, linux-2.6.18
-----------------------------+----------------------------------------------
 Reporter:  anonymous        |             Type:  defect  
   Status:  new              |         Priority:  critical
Component:  madwifi: driver  |          Version:  trunk   
 Keywords:                   |   Patch_attached:  0       
-----------------------------+----------------------------------------------
 Again, building r3747 on PPC platform fails. I have Debian Edge running
 using kernel-2.6.18. The ioread32be and iowrite32be are not defined. If I
 mask CONFIG_PPC_MERGE the build succeeds and madwifi works fine.

 {{{
 --- ath_hal/ah_os.h     (revision 3747)
 +++ ath_hal/ah_os.h     (working copy)
 @@ -169,7 +169,7 @@
      !defined(CONFIG_PARISC) && \
      !(defined(CONFIG_PPC64) && \
        (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14))) && \
 -    !defined(CONFIG_PPC_MERGE) && \
 +    !(defined(CONFIG_PPC_MERGE) && defined(PPC_BUG_IN_MADWIFI)) && \
      !(defined(CONFIG_MIPS) && \
        (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,21)))
  # ifndef iowrite32be
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/2020>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to