mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #279368 from ibbem/reenable-rfkill-input
linux/kernel/common-config: Reenable the rfkill-input module
This commit is contained in:
commit
f65e5ea479
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ let
|
|||
# At the time of writing (25-06-2023): this is only used in a "correct" way by ath drivers for initiating DFS radiation
|
||||
# for "certified devices"
|
||||
EXPERT = option yes; # this is needed for offering the certification option
|
||||
RFKILL_INPUT = option yes; # counteract an undesired effect of setting EXPERT
|
||||
CFG80211_CERTIFICATION_ONUS = option yes;
|
||||
# DFS: "Dynamic Frequency Selection" is a spectrum-sharing mechanism that allows
|
||||
# you to use certain interesting frequency when your local regulatory domain mandates it.
|
||||
|
|
Loading…
Reference in a new issue