1 Feb 2011 02:41
ath5k: issues with AHB support on ubiquiti bullet 2 (AR2315)
Hey all, I'm just letting you know that I have been having issues getting the the AHB support with the ath5k driver working (from compat-wireless 2011-01-05). I'm testing it on an ubiquiti bullet 2 device which internally is a AR2315 WiSoC. I am using openwrt backfire with the mac80211 package patched to use a later version of compat-wireless (ie one with AHB support in ath5k). I had to modify some of the patches in openwrt so they applied cleanly, but don't think any affected the ath5k (and would cause the problem i have). Basically the issue is this. When I try to load the module as is in the source tree, the system hangs and module never loads (device restarts itself). I tried a bit of debugging (sorry about any newbie techniques here, im new to kernel debugging) by just printing and returning errors after every main function called. The problem seemed to be with the first time it called ath5k_hw_reg_write, which from my tracing seemed to be in th wisoc reset function in the following chain. ath5k_hw_reg_write (ath5k.h) ath5k_hw_wisoc_reset (reset.c) ath5k_hw_nic_wakeup (reset.c) ath5k_hw_init (attach.c) ath5k_init_softc (base.c) ath_ahb_probe (ahb.c) I then tried out a few things in the vain attempt to get it to load the(Continue reading)
RSS Feed