Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5efbf24b6766
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 04af7c02cd01
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 8, 2021

  1. kernelPatches: ath driver: allow setting regulatory domain

    Ports an OpenWRT patch for Atheros wireless drivers (ath*) which allows
    the user to change the regulatory domain code to the one which actually
    applies.
    
    All Atheros devices have a regulatory domain burned into their EEPROM.
    When using a device as AP, this domain is frequently overly restrictive
    when compared to the regulation which applies in the country the device
    actually operates in; often, this restriction disallows IR on all
    channels making it impossible to use the device as an AP at all.
    
    This commit introduces the NixOS config option
    networking.wireless.athUserRegulatoryDomain which, if enabled, applies
    the patch and sets the kernel config option ATH_USER_REGD.
    
    The original OpenWRT patch targets Linux 5.8.
    veehaitch committed Jan 8, 2021
    Copy the full SHA
    af8abf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Merge pull request #108725 from veehaitch/ath_regd_optional

    kernelPatches: ath driver: allow setting regulatory domain
    symphorien committed Jan 30, 2021
    Copy the full SHA
    04af7c0 View commit details
    Browse the repository at this point in the history