mac80211: update to wireless-testing 2014-11-04
authorFelix Fietkau <nbd@openwrt.org>
Fri, 7 Nov 2014 19:41:07 +0000 (19:41 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 7 Nov 2014 19:41:07 +0000 (19:41 +0000)
commit740c755805810f7179891099bae984436f20ff56
treea7ecfe2ea1bef247c584adce22f49301b08fd957
parent82e2aeb59952899bd0dbcf728d2e2788570a2561
mac80211: update to wireless-testing 2014-11-04

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43210
72 files changed:
package/kernel/mac80211/Makefile
package/kernel/mac80211/patches/008-fix_netdev_unregister.patch
package/kernel/mac80211/patches/060-no_local_ssb_bcma.patch
package/kernel/mac80211/patches/100-revert_aes_ccm_port.patch
package/kernel/mac80211/patches/110-mac80211_keep_keys_on_stop_ap.patch
package/kernel/mac80211/patches/150-disable_addr_notifier.patch
package/kernel/mac80211/patches/210-ap_scan.patch
package/kernel/mac80211/patches/302-ath9k-add-support-for-reporting-tx-power-to-mac80211.patch [new file with mode: 0644]
package/kernel/mac80211/patches/302-mac80211-trivial-fix-typo-in-starting-baserate-for-r.patch [deleted file]
package/kernel/mac80211/patches/303-ath10k-add-SURVEY_INFO_IN_USE-for-current-channel-on.patch [new file with mode: 0644]
package/kernel/mac80211/patches/303-ath9k-Use-sta_state-callback.patch [deleted file]
package/kernel/mac80211/patches/304-ath9k-Enable-multi-channel-properly.patch [deleted file]
package/kernel/mac80211/patches/304-ath9k-Fix-RTC_DERIVED_CLK-usage.patch [new file with mode: 0644]
package/kernel/mac80211/patches/305-ath9k-Process-beacons-properly.patch [deleted file]
package/kernel/mac80211/patches/305-b43-fix-NULL-pointer-dereference-in-b43_phy_copy.patch [new file with mode: 0644]
package/kernel/mac80211/patches/306-ath9k-Unify-reset-API.patch [deleted file]
package/kernel/mac80211/patches/306-ath9k-fix-misc-debugfs-when-not-using-chan-context.patch [new file with mode: 0644]
package/kernel/mac80211/patches/307-ath9k-Set-ATH_OP_HW_RESET-before-HW-reset.patch [deleted file]
package/kernel/mac80211/patches/307-ath9k-fix-regression-in-bssidmask-calculation.patch [new file with mode: 0644]
package/kernel/mac80211/patches/308-ath9k-Disable-beacon-tasklet-during-reset.patch [deleted file]
package/kernel/mac80211/patches/308-rt2x00-do-not-align-payload-on-modern-H-W.patch [new file with mode: 0644]
package/kernel/mac80211/patches/309-ath9k-Clear-NoA-schedule-properly.patch [deleted file]
package/kernel/mac80211/patches/310-ath9k-Use-configurable-timeout-for-flush.patch [deleted file]
package/kernel/mac80211/patches/311-ath9k-Fix-MCC-flush-timeout.patch [deleted file]
package/kernel/mac80211/patches/312-ath9k-Fix-offchannel-flush-timeout.patch [deleted file]
package/kernel/mac80211/patches/313-ath9k-Check-for-pending-frames-properly.patch [deleted file]
package/kernel/mac80211/patches/314-ath9k-Send-AUTHORIZED-event-only-for-station-mode.patch [deleted file]
package/kernel/mac80211/patches/315-ath9k-Fix-address-management.patch [deleted file]
package/kernel/mac80211/patches/316-ath9k-Add-a-function-to-check-for-an-active-GO.patch [deleted file]
package/kernel/mac80211/patches/317-ath9k-Check-for-active-GO-in-mgd_prepare_tx.patch [deleted file]
package/kernel/mac80211/patches/318-ath9k-Use-a-helper-function-for-offchannel-NoA.patch [deleted file]
package/kernel/mac80211/patches/319-ath9k-Use-a-helper-function-to-set-NoA.patch [deleted file]
package/kernel/mac80211/patches/320-ath9k-Use-a-helper-function-for-bmiss.patch [deleted file]
package/kernel/mac80211/patches/321-ath9k-Fix-RoC-expiration.patch [deleted file]
package/kernel/mac80211/patches/322-ath9k-Send-oneshot-NoA.patch [deleted file]
package/kernel/mac80211/patches/323-ath9k-Fix-HW-scan-abort.patch [deleted file]
package/kernel/mac80211/patches/324-ath9k-Improve-flush-in-mcc-mode.patch [deleted file]
package/kernel/mac80211/patches/325-ath9k-Do-not-start-BA-when-scanning.patch [deleted file]
package/kernel/mac80211/patches/326-ath9k_hw-make-support-for-PC-OEM-cards-optional.patch [deleted file]
package/kernel/mac80211/patches/327-ath9k_hw-remove-support-for-UB124-tx-gain-table.patch [deleted file]
package/kernel/mac80211/patches/328-ath9k-fix-processing-RXORN-interrupts.patch [deleted file]
package/kernel/mac80211/patches/329-ath9k-clean-up-debugfs-print-of-reset-causes.patch [deleted file]
package/kernel/mac80211/patches/330-ath9k-restart-hardware-after-noise-floor-calibration.patch [deleted file]
package/kernel/mac80211/patches/331-ath9k_hw-do-not-run-NF-and-periodic-calibration-at-t.patch [deleted file]
package/kernel/mac80211/patches/332-ath9k_hw-start-initial-NF-calibration-after-PA-calib.patch [deleted file]
package/kernel/mac80211/patches/333-ath9k-add-support-for-endian-swap-of-eeprom-from-pla.patch [deleted file]
package/kernel/mac80211/patches/334-ath9k-allow-disabling-bands-via-platform-data.patch [deleted file]
package/kernel/mac80211/patches/335-ath9k-use-a-random-MAC-address-if-the-EEPROM-address.patch [deleted file]
package/kernel/mac80211/patches/336-ath9k-Enable-HW-queue-control-only-for-MCC.patch [deleted file]
package/kernel/mac80211/patches/337-ath-use-CTL-region-from-cfg80211-if-unset-in-EEPROM.patch [deleted file]
package/kernel/mac80211/patches/338-ath9k-Update-AR9580-initvals.patch [deleted file]
package/kernel/mac80211/patches/339-ath9k-Update-AR955x-initvals.patch [deleted file]
package/kernel/mac80211/patches/340-mac80211-add-support-for-driver-tx-power-reporting.patch [deleted file]
package/kernel/mac80211/patches/341-ath9k_common-always-update-value-in-ath9k_cmn_update.patch [deleted file]
package/kernel/mac80211/patches/342-ath9k-add-support-for-reporting-tx-power-to-mac80211.patch [deleted file]
package/kernel/mac80211/patches/343-ath10k-add-SURVEY_INFO_IN_USE-for-current-channel-on.patch [deleted file]
package/kernel/mac80211/patches/344-rtl8192cu-Fix-for-rtlwifi-s-bluetooth-coexist-functi.patch [deleted file]
package/kernel/mac80211/patches/345-rtl8192cu-Call-ieee80211_register_hw-from-rtl_usb_pr.patch [deleted file]
package/kernel/mac80211/patches/346-rtl8192cu-Prevent-Ooops-under-rtl92c_set_fw_rsvdpage.patch [deleted file]
package/kernel/mac80211/patches/347-mac80211-flush-keys-for-AP-mode-on-ieee80211_do_stop.patch [deleted file]
package/kernel/mac80211/patches/348-ath9k-Fix-RTC_DERIVED_CLK-usage.patch [deleted file]
package/kernel/mac80211/patches/349-b43-fix-NULL-pointer-dereference-in-b43_phy_copy.patch [deleted file]
package/kernel/mac80211/patches/350-ath9k-fix-misc-debugfs-when-not-using-chan-context.patch [deleted file]
package/kernel/mac80211/patches/351-ath9k-fix-regression-in-bssidmask-calculation.patch [deleted file]
package/kernel/mac80211/patches/352-mac80211-fix-use-after-free-in-defragmentation.patch [deleted file]
package/kernel/mac80211/patches/353-rt2x00-do-not-align-payload-on-modern-H-W.patch [deleted file]
package/kernel/mac80211/patches/402-ath_regd_optional.patch
package/kernel/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch
package/kernel/mac80211/patches/543-ath9k_entropy_from_adc.patch
package/kernel/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch
package/kernel/mac80211/patches/920-ath10k_allow_fallback_to_board_bin_on_empty_otp_stream.patch