diff options
author | 2023-06-07 19:43:52 +0200 | |
---|---|---|
committer | 2023-06-07 19:49:36 +0200 | |
commit | 10f5ae21940cc754f82828d81b8009f2e8ae2c64 (patch) | |
tree | 8156f045504a2f9e1d767b0af6f89b19a4de2e52 /drivers/net/wireless/intel/iwlwifi/fw/acpi.c | |
parent | Revert "wifi: iwlwifi: update response for mcc_update command" (diff) | |
parent | wifi: cfg80211: fix locking in regulatory disconnect (diff) | |
download | wireguard-linux-10f5ae21940cc754f82828d81b8009f2e8ae2c64.tar.xz wireguard-linux-10f5ae21940cc754f82828d81b8009f2e8ae2c64.zip |
Merge wireless into wireless-next
There are a number of upcoming things in both the stack and
drivers that would otherwise conflict, so merge wireless to
wireless-next to be able to avoid those conflicts.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/acpi.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c index ba94f6e6be62..018d820ae231 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c @@ -38,7 +38,7 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = { }, { .ident = "ASUS", .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "ASUSTek COMPUTER INC."), + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), }, }, { .ident = "GOOGLE-HP", |