mac80211: add initial support for AR9330
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Jun 2011 13:12:31 +0000 (13:12 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Jun 2011 13:12:31 +0000 (13:12 +0000)
commit520149cb7f85a6f527f270005c83afad3a0b7bda
tree0808a998afabf4c21d3dcc55c2f2cd40f413bcd8
parent3db28f95612c6624080170a8ad73192e579f82ea
mac80211: add initial support for AR9330

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27084 3c298f89-4303-0410-b956-a3cf2f4a3e73
33 files changed:
package/mac80211/Makefile
package/mac80211/patches/540-ath9k-define-mac-version-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/541-ath9k-define-device-id-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/542-ath9k-add-MAC-revision-detection-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/543-ath9k-add-platform-device-id-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/544-ath9k-add-AR9330-initvals.patch [new file with mode: 0644]
package/mac80211/patches/545-ath9k-initialize-mode-registers-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/546-ath9k-initialize-tx-gain-table-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/547-ath9k-initialize-rx-gain-table-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/548-ath9k-add-AR9330-specific-PLL-initialization.patch [new file with mode: 0644]
package/mac80211/patches/549-ath9k-use-different-BB-watchdog-timeout-value-for-AR.patch [new file with mode: 0644]
package/mac80211/patches/550-ath9k-don-t-enable-LDPC-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/551-ath9k-read-spur-frequency-information-from-eeprom-fo.patch [new file with mode: 0644]
package/mac80211/patches/552-ath9k-fix-channel-frequency-calculation-for-AR9340.patch [new file with mode: 0644]
package/mac80211/patches/553-ath9k-configure-RF-channel-frequency-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/554-ath9k-enable-TX-RX-data-byte-swap-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/555-ath9k-skip-internal-regulator-configuration-for-AR93.patch [new file with mode: 0644]
package/mac80211/patches/556-ath9k-enable-tuning-capacitance-configuration-for-AR.patch [new file with mode: 0644]
package/mac80211/patches/557-ath9k-use-correct-EEPROM-base-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/558-ath9k-configure-xpa-bias-level-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/559-ath9k-set-NF-limits-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/560-ath9k-enable-antenna-diversity-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/561-ath9k-use-correct-max_streams-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch [new file with mode: 0644]
package/mac80211/patches/563-ath9k-fix-antenna-diversity-configuration-for-non-AR.patch [new file with mode: 0644]
package/mac80211/patches/564-ath9k-remove-superfluous-parentheses.patch [new file with mode: 0644]
package/mac80211/patches/565-ath9k-add-fast_div_bias-configuration-for-diversity-.patch [new file with mode: 0644]
package/mac80211/patches/566-ath9k-set-diversity-group-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/567-ath9k-fix-few-register-offsets-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/568-ath9k-configure-diversity-based-on-eeprom-contents-f.patch [new file with mode: 0644]
package/mac80211/patches/569-ath9k-configure-internal-regulator-for-AR9330.patch [new file with mode: 0644]
package/mac80211/patches/570-ath9k-add-external_reset-callback-to-ath9k_platfom_d.patch [new file with mode: 0644]
package/mac80211/patches/571-ath9k-enable-support-for-AR9330.patch [new file with mode: 0644]