Skip to content

Latest commit

 

History

History
258 lines (212 loc) · 18.2 KB

File metadata and controls

258 lines (212 loc) · 18.2 KB
title
Kernel Patches

Kernel Patches

List of patches

package/kernel/mac80211/patches

Other patches

Trivially changed patches

  • These appear when running git diff --name-only against the last not made by us. They are listed here for your information

  • Note, these changes showed up from this commit merging upstream changes: (de3fcd38b2caecc0bc878e8bc992fe33aa23bf25)[https://github.com/UCSMA-Project/OpenWRT-14.07-JS9331/commit/de3fcd38b2caecc0bc878e8bc992fe33aa23bf25]

  • All patches occur in "package/kernel/mac80211/patches"

  • 008-fix_netdev_unregister.patch

  • 150-disable_addr_notifier.patch

  • 300-pending_work.patch

  • 402-ath9k-fix-invalid-mac-address-handling.patch

  • 411-ath5k_allow_adhoc_and_ap.patch

  • 431-add_platform_eeprom_support_to_ath5k.patch

  • 440-ath5k_channel_bw_debugfs.patch

  • 510-ath9k_intr_mitigation_tweak.patch

  • 522-mac80211_configure_antenna_gain.patch

    • (FYI) A patch by OpenWRT originally to allow users to set the maximum to reduce the transmission power
  • 530-ath9k_extra_leds.patch

  • 541-ath9k_rx_dma_stop_check.patch

  • 550-ath9k_entropy_from_adc.patch

  • 565-ath9k_restart_after_nfcal_failure.patch

  • 600-0003-rt2x00-rt2800-serialize-shared-memory-access.patch

  • 600-0005-rt2x00-rt2800lib-add-hw_beacon_count-field-to-struct.patch

  • 600-0006-rt2x00-rt2800lib-init-additional-beacon-offset-regis.patch

  • 600-0014-rt2x00-rt2800lib-add-MAC-register-initialization-for.patch

  • 600-0016-rt2x00-rt2800lib-add-BBP-register-initialization-for.patch

  • 600-0020-rt2x00-rt2800lib-add-channel-configuration-code-for-.patch

  • 600-0029-rt2x00-rt2800lib-fix-VGC-setup-for-RT3883.patch

  • 616-rt2x00-support-rt5350.patch

  • 800-b43-backports-form-wireless-testing-master-master-20.patch

  • 910-01-add-support-for-mt7620.patch

Other changes

  • In "include/kernel-defaults.mk", the version magic is fixed to work with kmod

    • NOTE: If another version of OpenWRT were used, this value would need to be changed
  • rules.mk

    • Whitespace
  • scripts/download.pl

    • New mirrors
  • target/linux/ar71xx/base-files/etc/uci-defaults/10_js9331

    • Handlers added, probably to configure buttons on board to do something, like rebooting
  • target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c

    • Configure GPIO, buttons and LEDs on board

Helper scripts

TODOs

  • Remove patch 938 since it is overwritten by 957
    • NOTE: this would involve modifying patch 957 so that the (-) diff corresponds to the original code
  • Merge path 951 into other patches since it just fixes bugs introduced in previous patches (943, 947, 949)