Blame SOURCES/0085-Revert-iwlwifi-Use-correct-channel_profile-iniwl_get.patch
|
|
deb259 |
From 9b259b74b866cd46fd0b24ca31c4a56f338c97b9 Mon Sep 17 00:00:00 2001
|
|
|
deb259 |
From: Eugene Syromiatnikov <esyr@redhat.com>
|
|
|
deb259 |
Date: Fri, 6 Sep 2019 02:03:06 +0200
|
|
|
deb259 |
Subject: [PATCH 1/7] Revert "iwlwifi: Use correct channel_profile
|
|
|
deb259 |
iniwl_get_nvm"
|
|
|
deb259 |
|
|
|
deb259 |
This reverts commit 14cf9bc6085dfd5bff61db917d6d20f558979f27.
|
|
|
deb259 |
---
|
|
|
deb259 |
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 2 +-
|
|
|
deb259 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
deb259 |
|
|
|
deb259 |
Index: src/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
|
|
|
deb259 |
===================================================================
|
|
|
deb259 |
--- src.orig/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c 2019-09-06 02:01:41.057549311 +0200
|
|
|
deb259 |
+++ src/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c 2019-09-06 02:17:21.397442652 +0200
|
|
|
deb259 |
@@ -1320,7 +1320,7 @@
|
|
|
deb259 |
}
|
|
|
deb259 |
|
|
|
deb259 |
iwl_init_sbands(trans->dev, trans->cfg, nvm,
|
|
|
deb259 |
- channel_profile,
|
|
|
deb259 |
+ rsp->regulatory.channel_profile,
|
|
|
deb259 |
nvm->valid_tx_ant & fw->valid_tx_ant,
|
|
|
deb259 |
nvm->valid_rx_ant & fw->valid_rx_ant,
|
|
|
deb259 |
sbands_flags);
|