One thing I just noticed is that when compiling with CONFIG_ATH_DEBUG, there is one slight difference in the binary because of this change: - "Timeout while waiting for nf to load: AR_PHY_AGC_CONTROL=0x%x\n", - REG_READ(ah, AR_PHY_AGC_CONTROL)); + "Timeout while waiting for nf to load: AR_PHY_AGC_CONTROL(ah)=0x%x\n", + REG_READ(ah, AR_PHY_AGC_CONTROL(ah)));