mac80211: add initial support for AR9330
authorGabor Juhos <juhosg@openwrt.org>
Wed, 1 Jun 2011 13:12:31 +0000 (13:12 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 1 Jun 2011 13:12:31 +0000 (13:12 +0000)
commit9769854aaee74ec632ca54f22791e6696df7cda0
treef205ec3b34dc5434346c9a4d35b501f0e1d5beb8
parent750af1522ba651b715bd801f8032d5e990e87e5b
mac80211: add initial support for AR9330

SVN-Revision: 27084
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]