Atheros AR6003 SDIO WiFi Integration: Difference between revisions

m
no edit summary
m (Created page with 'Aug 15, 2011 -- This page is only half complete. It still contains SD8686 references. == Open Source project == The [http://linuxwireless.org Wireless Linux project] has an [h...')
 
mNo edit summary
Line 4: Line 4:


The [http://linuxwireless.org Wireless Linux project] has an [http://linuxwireless.org/en/users/Drivers/ath6kl Atheros ath6k driver] available.
The [http://linuxwireless.org Wireless Linux project] has an [http://linuxwireless.org/en/users/Drivers/ath6kl Atheros ath6k driver] available.
Helpful links:
* http://svn.openmoko.org/trunk/src/target/AR6kSDK.build_sw.18/host/support/loadAR6000.sh (I didn't know about /sbin/cardctl)
* http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/atheros.git;a=summary


== Atheros proprietary driver ==
== Atheros proprietary driver ==
Line 92: Line 97:
bus width: 2 (4 bits)
bus width: 2 (4 bits)
timing spec: 2 (sd high-speed)
timing spec: 2 (sd high-speed)
</pre>
=== Video ar6000.ko driver parameters ==
<pre>
ls /sys/module/ar6000/parameters
</pre>
with results similar to
<pre>
allow_trace_signal      ifname                  setupbtdev
ar3khcibaud            irqprocmode            setuphci
bmienable              logWmiRawMsgs          setuphcipal
busspeedlow            loghci                  skipflash
bypasswmi              mac_addr_method        submode
csumOffload            mbox_yield_limit        targetconf
debuglevel              nohifscattersupport    testmode
devmode                onebitmode              tspecCompliance
enablerssicompensation  panic_on_assert        tx_attempt
enabletimerwar          processDot11Hdr        tx_complete
enableuartprint        reduce_credit_dribble  tx_post
eppingtest              regcode                war23838_disabled
firmware_bridge        regscanmode            wlanNodeCaching
hciuartscale            reset_sdio_on_unload    wlaninitmode
hciuartstep            resetok                wmitimeout
hifBusRequestNumMax    rtc_reset_only_on_exit
</pre>
</pre>