From b01840fa7f3a65df58c4a6479f925a53e845e07a Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 5 Oct 2023 23:04:14 +0100 Subject: [PATCH] add support for mt7915, mt7615 in mac80211 package mt7915 additionally requires working MTD, so that it can read calibration data from flash --- pkgs/mac80211/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/mac80211/default.nix b/pkgs/mac80211/default.nix index a0b7a47..5960979 100644 --- a/pkgs/mac80211/default.nix +++ b/pkgs/mac80211/default.nix @@ -57,6 +57,14 @@ let WLAN_VENDOR_MEDIATEK = "y"; MT7603E = "y"; }; + + mt7915e = { + MT7915E = "m"; + }; + mt7615e = { + MT7615E = "m"; + MT7622_WMAC = "y"; + }; mac80211_hwsim = { MAC80211_HWSIM = "y"; };