-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmt76_git.conf
More file actions
75 lines (59 loc) · 1.73 KB
/
Copy pathmt76_git.conf
File metadata and controls
75 lines (59 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#
# Configuration file for the out-of-kernel mt76 drivers
#
# Link: https://github.com/morrownr/mt76
#
# --- Module options ---
# USB scatter-gather: disable if you see USB transfer errors
options mt76_usb_git disable_usb_sg=N
# CLC (Country Location Code) regulatory support
options mt7921_common_git disable_clc=N
options mt7925_common_git disable_clc=N
# --- Blacklist in-kernel mt76 modules ---
#
# These must be blocked so the _git out-of-tree modules load instead.
# modprobe treats hyphens and underscores as equivalent.
# Core and transport
blacklist mt76
blacklist mt76_usb
blacklist mt76_sdio
# Legacy shared libraries (mt76x0/mt76x2)
blacklist mt76x02_lib
blacklist mt76x02_usb
# CONNAC shared library
blacklist mt76_connac_lib
# MT792x shared library
blacklist mt792x_lib
blacklist mt792x_usb
# MT7603 (PCIe) -- not built by this repo. The in-kernel mt7603e is left
# unblacklisted so users with MT7603 hardware keep their working driver.
#blacklist mt7603e
# MT7615 family
blacklist mt7615_common
blacklist mt7615e
blacklist mt7663_usb_sdio_common
blacklist mt7663u
blacklist mt7663s
# MT7915 (PCIe) -- not built by this repo. The in-kernel mt7915e is left
# unblacklisted so users with MT7915/MT7916 hardware keep their working driver.
#blacklist mt7915e
# MT7921 family
blacklist mt7921_common
blacklist mt7921e
blacklist mt7921s
blacklist mt7921u
# MT7925 family
blacklist mt7925_common
blacklist mt7925e
blacklist mt7925u
# MT7996 (PCIe) -- not built by this repo. The in-kernel mt7996e is left
# unblacklisted so users with MT7996 hardware keep their working driver.
#blacklist mt7996e
# MT76x0 family
blacklist mt76x0_common
blacklist mt76x0u
blacklist mt76x0e
# MT76x2 family
blacklist mt76x2_common
blacklist mt76x2e
blacklist mt76x2u