#1783: [patch] build failure on xscale little endian due to changeset 2933 ------------------------------+--------------------------------------------- Reporter: [EMAIL PROTECTED] | Type: defect Status: new | Priority: minor Component: madwifi: other | Version: Keywords: | Patch_attached: 1 ------------------------------+--------------------------------------------- Changeset 2933 has introduced a regression in ath_hal/ah_os.h when building on xscale LE. As you will see on lines 206/210 in that changeset, ioread32be and iowrite32be are now required to be defined, even if AH_LITTLE_ENDIAN is set. Therefore on line 171 of ath_hal/ah_os.h, the condition checking AH_BYTE_ORDER needs to be removed from that conditional (so that ioread32be and iowrite32be are defined, even for the little endian case (even though they are not used in that case).
-- Ticket URL: <http://madwifi.org/ticket/1783> madwifi.org <http://madwifi.org/> Multiband Atheros Driver for Wireless Fidelity ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Madwifi-tickets mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/madwifi-tickets
