openwrt/package/kernel/mac80211/patches/rt2x00
Daniel Golle d4c999bb89 mac80211: rt2x00: backport accepted and pending patches from upstream
backport from wireless-drivers-next, replacing some existing patches in
our tree (marked with '=' are those which were already present):
 f483039cf51a rt2x00: use simple_read_from_buffer()
=5c656c71b1bf rt2800: move usb specific txdone/txstatus routines to rt2800lib
=0b0d556e0ebb rt2800mmio: use txdone/txstatus routines from lib
=5022efb50f62 rt2x00: do not check for txstatus timeout every time on tasklet
=adf26a356f13 rt2x00: use different txstatus timeouts when flushing
=0240564430c0 rt2800: flush and txstatus rework for rt2800mmio
 6eba8fd22352 rt2x00: rt2400pci: mark expected switch fall-through
 10bb92217747 rt2x00: rt2500pci: mark expected switch fall-through
 916e6bbcfcff rt2x00: rt2800lib: mark expected switch fall-throughs
 641dd8068ecb rt2x00: rt61pci: mark expected switch fall-through
 750afb08ca71 cross-tree: phase out dma_zalloc_coherent()
=c2e28ef7711f rt2x00: reduce tx power to nominal level on RT6352
 a4296994eb80 rt2x00: Work around a firmware bug with shared keys
 2587791d5758 rt2x00: no need to check return value of debugfs_create functions

pending on linux-wireless:
 rt2x00: remove unneeded check
 rt2x00: remove confusing AGC register
 rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band
 rt2800: enable TX_PIN_CFG_RFRX_EN only for MT7620
 rt2800: comment and simplify AGC init for RT6352
 rt2x00: do not print error when queue is full
 rt2800: partially restore old mmio txstatus behaviour
 rt2800: new flush implementation for SoC devices
 rt2800: move txstatus pending routine
 rt2800mmio: fetch tx status changes
 rt2800mmio: use timer and work for handling tx statuses timeouts
 rt2x00: remove last_nostatus_check
 rt2x00: remove not used entry field
 rt2x00mmio: remove legacy comment

While at it also rename some existing patches now that there are
separate folders with patches for each driver to make things a bit
nicer to handle.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-02-19 09:05:34 +01:00
..
001-rt2x00-use-simple_read_from_buffer.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
002-rt2800-move-usb-specific-txdone-txstatus-routines-to.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
003-rt2800mmio-use-txdone-txstatus-routines-from-lib.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
004-rt2x00-do-not-check-for-txstatus-timeout-every-time-.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
005-rt2x00-use-different-txstatus-timeouts-when-flushing.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
006-rt2800-flush-and-txstatus-rework-for-rt2800mmio.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
007-rt2x00-rt2400pci-mark-expected-switch-fall-through.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
008-rt2x00-rt2500pci-mark-expected-switch-fall-through.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
009-rt2x00-rt2800lib-mark-expected-switch-fall-throughs.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
010-rt2x00-rt61pci-mark-expected-switch-fall-through.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
011-cross-tree-phase-out-dma_zalloc_coherent.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
012-rt2x00-reduce-tx-power-to-nominal-level-on-RT6352.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
013-rt2x00-Work-around-a-firmware-bug-with-shared-keys.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
014-rt2x00-no-need-to-check-return-value-of-debugfs_crea.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
015-rt2x00-remove-unneeded-check.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
016-rt2x00-remove-confusing-AGC-register.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
017-rt2800-enable-TX_PIN_CFG_LNA_PE_-bits-per-band.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
018-rt2800-enable-TX_PIN_CFG_RFRX_EN-only-for-MT7620.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
019-rt2800-comment-and-simplify-AGC-init-for-RT6352.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
020-rt2x00-do-not-print-error-when-queue-is-full.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
021-rt2800-partially-restore-old-mmio-txstatus-behaviour.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
022-rt2800-new-flush-implementation-for-SoC-devices.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
023-rt2800-move-txstatus-pending-routine.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
024-rt2800mmio-fetch-tx-status-changes.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
025-rt2800mmio-use-timer-and-work-for-handling-tx-status.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
026-rt2x00-remove-last_nostatus_check.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
027-rt2x00-remove-not-used-entry-field.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
028-rt2x00mmio-remove-legacy-comment.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
100-rt2x00_options.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
501-rt2x00-allow-to-build-rt2800soc-module-for-RT3883.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
502-rt2x00-rt2800lib-enable-support-for-RT3883.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
503-rt2x00-rt2800lib-add-rf_vals-for-RF3853.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
504-rt2x00-rt2800lib-enable-VCO-calibration-for-RF3853.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
505-rt2x00-rt2800lib-add-channel-configuration-function-.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
506-rt2x00-rt2800lib-enable-RF3853-support.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
507-rt2x00-rt2800lib-add-MAC-register-initialization-for.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
508-rt2x00-rt2800soc-fix-rt2800soc_disable_radio-for-RT3.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
509-rt2x00-rt2800lib-add-BBP-register-initialization-for.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
510-rt2x00-rt2800lib-add-RFCSR-initialization-for-RT3883.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
511-rt2x00-rt2800lib-use-the-extended-EEPROM-map-for-RT3.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
512-rt2x00-rt2800lib-force-rf-type-to-RF3853-on-RT3883.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
513-rt2x00-rt2800lib-add-channel-configuration-code-for-.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
514-rt2x00-rt2800lib-fix-txpower_to_dev-function-for-RT3.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
515-rt2x00-rt2800lib-use-correct-txpower-calculation-fun.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
516-rt2x00-rt2800lib-hardcode-txmixer-gain-values-to-zer.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
517-rt2x00-rt2800lib-use-correct-RT-XWI-size-for-RT3883.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
518-rt2x00-rt2800lib-fix-antenna-configuration-for-RT388.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
519-rt2x00-rt2800lib-fix-LNA-gain-configuration-for-RT38.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
520-rt2x00-rt2800lib-fix-VGC-setup-for-RT3883.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
521-rt2x00-rt2800lib-fix-EEPROM-LNA-validation-for-RT388.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
522-rt2x00-rt2800lib-fix-txpower-compensation-for-RT3883.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
601-rt2x00-introduce-rt2x00_platform_h.patch mac80211: rebase ontop of v4.18.5 2018-09-26 16:35:33 +02:00
602-rt2x00-introduce-rt2x00eeprom.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
603-rt2x00-of_load_eeprom_filename.patch mac80211: rebase ontop of v4.18.5 2018-09-26 16:35:33 +02:00
604-rt2x00-load-eeprom-on-SoC-from-a-mtd-device-defines-.patch mac80211: rebase ontop of v4.18.5 2018-09-26 16:35:33 +02:00
606-rt2x00-allow_disabling_bands_through_platform_data.patch mac80211: rebase ontop of v4.18.5 2018-09-26 16:35:33 +02:00
607-rt2x00-add_platform_data_mac_addr.patch mac80211: rebase ontop of v4.18.5 2018-09-26 16:35:33 +02:00
608-rt2x00-allow_disabling_bands_through_dts.patch mac80211: rebase ontop of v4.18.5 2018-09-26 16:35:33 +02:00
609-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch mac80211: update to version based on 4.19-rc4 2018-09-26 16:39:44 +02:00
610-rt2x00-change-led-polarity-from-OF.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
611-rt2x00-add-AP+STA-support.patch mac80211: rebase ontop of v4.18.5 2018-09-26 16:35:33 +02:00
650-rt2x00-add-support-for-external-PA-on-MT7620.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
651-rt2x00-remove-unneccesary-code.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
982-rt2x00-add-rf-self-txdc-calibration.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
983-rt2x00-add-r-calibration.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
984-rt2x00-add-rxdcoc-calibration.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
985-rt2x00-add-rxiq-calibration.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
986-rt2x00-add-TX-LOFT-calibration.patch mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00