All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: wireless-drivers-2020-03-25
@ 2020-03-25 19:57 Kalle Valo
  2020-03-25 20:12 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Kalle Valo @ 2020-03-25 19:57 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit e2e57291097b289f84e05fa58ab5e6c6f30cc6e2:

  wlcore: remove stray plus sign (2020-03-12 18:48:14 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2020-03-25

for you to fetch changes up to 0433ae556ec8fb588a0735ddb09d3eb9806df479:

  iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table (2020-03-23 18:38:03 +0200)

----------------------------------------------------------------
wireless-drivers fixes for v5.6

Fourth, and last, set of fixes for v5.6. Just two important fixes to
iwlwifi regressions.

iwlwifi

* fix GEO_TX_POWER_LIMIT command on certain devices which caused
  firmware to crash during initialisation

* add back device ids for three devices which were accidentally
  removed

----------------------------------------------------------------
Golan Ben Ami (1):
      iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table

Luca Coelho (1):
      iwlwifi: pcie: add 0x2526/0x401* devices back to cfg detection

 drivers/net/wireless/intel/iwlwifi/fw/acpi.c  | 14 ++++++++------
 drivers/net/wireless/intel/iwlwifi/fw/acpi.h  | 14 ++++++++------
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |  9 ++++++++-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  3 +++
 4 files changed, 27 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pull-request: wireless-drivers-2020-03-25
  2020-03-25 19:57 pull-request: wireless-drivers-2020-03-25 Kalle Valo
@ 2020-03-25 20:12 ` David Miller
  2020-03-26  6:19   ` Kalle Valo
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2020-03-25 20:12 UTC (permalink / raw)
  To: kvalo; +Cc: netdev, linux-wireless

From: Kalle Valo <kvalo@codeaurora.org>
Date: Wed, 25 Mar 2020 19:57:54 +0000 (UTC)

> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.

Pulled, thanks Kalle.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pull-request: wireless-drivers-2020-03-25
  2020-03-25 20:12 ` David Miller
@ 2020-03-26  6:19   ` Kalle Valo
  2020-03-26 18:29     ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Kalle Valo @ 2020-03-26  6:19 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-wireless

David Miller <davem@davemloft.net> writes:

> From: Kalle Valo <kvalo@codeaurora.org>
> Date: Wed, 25 Mar 2020 19:57:54 +0000 (UTC)
>
>> here's a pull request to net tree, more info below. Please let me know if there
>> are any problems.
>
> Pulled, thanks Kalle.

Thanks. I forgot to remind in this pull request about the iwlwifi
conflict when you merge net to net-next. Here are the instructions how
to handle that:

  To solve that just drop the changes from commit cf52c8a776d1 in
  wireless-drivers and take the hunk from wireless-drivers-next as is.
  The list of specific subsystem device IDs are not necessary after
  commit d6f2134a3831 (in wireless-drivers-next) anymore, the detection
  is based on other characteristics of the devices.

  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=5ef8c665416b9815113042e0edebe8ff66a45e2e

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pull-request: wireless-drivers-2020-03-25
  2020-03-26  6:19   ` Kalle Valo
@ 2020-03-26 18:29     ` David Miller
  2020-03-26 19:38       ` Kalle Valo
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2020-03-26 18:29 UTC (permalink / raw)
  To: kvalo; +Cc: netdev, linux-wireless

From: Kalle Valo <kvalo@codeaurora.org>
Date: Thu, 26 Mar 2020 08:19:43 +0200

> David Miller <davem@davemloft.net> writes:
> 
>> From: Kalle Valo <kvalo@codeaurora.org>
>> Date: Wed, 25 Mar 2020 19:57:54 +0000 (UTC)
>>
>>> here's a pull request to net tree, more info below. Please let me know if there
>>> are any problems.
>>
>> Pulled, thanks Kalle.
> 
> Thanks. I forgot to remind in this pull request about the iwlwifi
> conflict when you merge net to net-next. Here are the instructions how
> to handle that:
> 
>   To solve that just drop the changes from commit cf52c8a776d1 in
>   wireless-drivers and take the hunk from wireless-drivers-next as is.
>   The list of specific subsystem device IDs are not necessary after
>   commit d6f2134a3831 (in wireless-drivers-next) anymore, the detection
>   is based on other characteristics of the devices.
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=5ef8c665416b9815113042e0edebe8ff66a45e2e

I think that's what I did basically, please go take a look and double
check my work.

Thank you!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pull-request: wireless-drivers-2020-03-25
  2020-03-26 18:29     ` David Miller
@ 2020-03-26 19:38       ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2020-03-26 19:38 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-wireless

David Miller <davem@davemloft.net> writes:

> From: Kalle Valo <kvalo@codeaurora.org>
> Date: Thu, 26 Mar 2020 08:19:43 +0200
>
>> David Miller <davem@davemloft.net> writes:
>> 
>>> From: Kalle Valo <kvalo@codeaurora.org>
>>> Date: Wed, 25 Mar 2020 19:57:54 +0000 (UTC)
>>>
>>>> here's a pull request to net tree, more info below. Please let me know if there
>>>> are any problems.
>>>
>>> Pulled, thanks Kalle.
>> 
>> Thanks. I forgot to remind in this pull request about the iwlwifi
>> conflict when you merge net to net-next. Here are the instructions how
>> to handle that:
>> 
>>   To solve that just drop the changes from commit cf52c8a776d1 in
>>   wireless-drivers and take the hunk from wireless-drivers-next as is.
>>   The list of specific subsystem device IDs are not necessary after
>>   commit d6f2134a3831 (in wireless-drivers-next) anymore, the detection
>>   is based on other characteristics of the devices.
>> 
>>   https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=5ef8c665416b9815113042e0edebe8ff66a45e2e
>
> I think that's what I did basically, please go take a look and double
> check my work.

Looks good to me, thanks for taking care of it.

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-26 19:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 19:57 pull-request: wireless-drivers-2020-03-25 Kalle Valo
2020-03-25 20:12 ` David Miller
2020-03-26  6:19   ` Kalle Valo
2020-03-26 18:29     ` David Miller
2020-03-26 19:38       ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.