mbox

[Xenial,PULL] linux-firmware: iwlwifi: add new -17 firmware for iwlmvm devices

Message ID CAH10aOhBn8hVz-CVnA5APASUU-QZkx8hX=ywEdiRCwe8cubEJA@mail.gmail.com
State New
Headers show

Pull-request

https://git.launchpad.net/~wenchien/+git/linux-firmware xenial-lp1635091

Message

Wen-chien Jesse Sung Oct. 20, 2016, 4:24 a.m. UTC
BugLink: https://launchpad.net/bugs/1635091

Kernel complains about unable to load iwlwifi-7260-17.ucode.

ubuntu@localhost:~$ dmesg | grep iwl
[ 42.049462] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[ 42.074290] iwlwifi 0000:02:00.0: Direct firmware load for
iwlwifi-7260-17.ucode failed with error -2
[ 42.376098] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0
op_mode iwlmvm
[ 42.811854] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band
Wireless AC 7260, REV=0x144
[ 42.815269] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 42.815530] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 43.078312] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'

Xenial only. These files are already in yakkety.

----------------------------------------------------------------
The following changes since commit c1499a625b839e6f409375f95b13a8fb137c64ef:

  UBUNTU: Ubuntu-1.157.4 (2016-09-14 10:21:14 -0500)

are available in the git repository at:

  https://git.launchpad.net/~wenchien/+git/linux-firmware xenial-lp1635091

for you to fetch changes up to 9da463f278e13e6c2da4d4cd14f8d4ed15561edb:

  iwlwifi: add new -17 firmware for iwlmvm devices (2016-10-20 12:08:34 +0800)

----------------------------------------------------------------
Emmanuel Grumbach (1):
      iwlwifi: add new -17 firmware for iwlmvm devices

 WHENCE                 |  12 ++++++++++++
 iwlwifi-3160-17.ucode  | Bin 0 -> 918268 bytes
 iwlwifi-7260-17.ucode  | Bin 0 -> 1049340 bytes
 iwlwifi-7265-17.ucode  | Bin 0 -> 1180412 bytes
 iwlwifi-7265D-17.ucode | Bin 0 -> 1383604 bytes
 5 files changed, 12 insertions(+)
 create mode 100644 iwlwifi-3160-17.ucode
 create mode 100644 iwlwifi-7260-17.ucode
 create mode 100644 iwlwifi-7265-17.ucode
 create mode 100644 iwlwifi-7265D-17.ucode

Comments

Seth Forshee Oct. 27, 2016, 12:16 p.m. UTC | #1
On Thu, Oct 20, 2016 at 12:24:13PM +0800, Jesse Sung wrote:
> BugLink: https://launchpad.net/bugs/1635091
> 
> Kernel complains about unable to load iwlwifi-7260-17.ucode.
> 
> ubuntu@localhost:~$ dmesg | grep iwl
> [ 42.049462] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
> [ 42.074290] iwlwifi 0000:02:00.0: Direct firmware load for
> iwlwifi-7260-17.ucode failed with error -2
> [ 42.376098] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0
> op_mode iwlmvm
> [ 42.811854] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band
> Wireless AC 7260, REV=0x144
> [ 42.815269] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
> [ 42.815530] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
> [ 43.078312] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
> 
> Xenial only. These files are already in yakkety.

One comment, one question.

The commit doesn't cherry pick cleanly from upstream, so the "cherry
picked from ..." line should read "backported from ..." instead. I'll
fix that, just keep it in mind next time.

You used a different email in your s-o-b line. Was that intentional? If
not I can change it to this address.

Thanks,
Seth
Wen-chien Jesse Sung Oct. 27, 2016, 12:26 p.m. UTC | #2
2016-10-27 20:16 GMT+08:00 Seth Forshee <seth.forshee@canonical.com>:
> On Thu, Oct 20, 2016 at 12:24:13PM +0800, Jesse Sung wrote:
>> BugLink: https://launchpad.net/bugs/1635091
>>
>> Kernel complains about unable to load iwlwifi-7260-17.ucode.
>>
>> ubuntu@localhost:~$ dmesg | grep iwl
>> [ 42.049462] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
>> [ 42.074290] iwlwifi 0000:02:00.0: Direct firmware load for
>> iwlwifi-7260-17.ucode failed with error -2
>> [ 42.376098] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0
>> op_mode iwlmvm
>> [ 42.811854] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band
>> Wireless AC 7260, REV=0x144
>> [ 42.815269] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
>> [ 42.815530] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
>> [ 43.078312] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
>>
>> Xenial only. These files are already in yakkety.
>
> One comment, one question.
>
> The commit doesn't cherry pick cleanly from upstream, so the "cherry
> picked from ..." line should read "backported from ..." instead. I'll
> fix that, just keep it in mind next time.

Thank you.

>
> You used a different email in your s-o-b line. Was that intentional? If
> not I can change it to this address.

Ah... No it's not intentional. I forgot to add canonical email into gitconfig.

>
> Thanks,
> Seth

Thanks,
Jesse
Seth Forshee Oct. 27, 2016, 12:48 p.m. UTC | #3
On Thu, Oct 27, 2016 at 08:26:28PM +0800, Jesse Sung wrote:
> 2016-10-27 20:16 GMT+08:00 Seth Forshee <seth.forshee@canonical.com>:
> > On Thu, Oct 20, 2016 at 12:24:13PM +0800, Jesse Sung wrote:
> >> BugLink: https://launchpad.net/bugs/1635091
> >>
> >> Kernel complains about unable to load iwlwifi-7260-17.ucode.
> >>
> >> ubuntu@localhost:~$ dmesg | grep iwl
> >> [ 42.049462] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
> >> [ 42.074290] iwlwifi 0000:02:00.0: Direct firmware load for
> >> iwlwifi-7260-17.ucode failed with error -2
> >> [ 42.376098] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0
> >> op_mode iwlmvm
> >> [ 42.811854] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band
> >> Wireless AC 7260, REV=0x144
> >> [ 42.815269] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
> >> [ 42.815530] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
> >> [ 43.078312] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
> >>
> >> Xenial only. These files are already in yakkety.
> >
> > One comment, one question.
> >
> > The commit doesn't cherry pick cleanly from upstream, so the "cherry
> > picked from ..." line should read "backported from ..." instead. I'll
> > fix that, just keep it in mind next time.
> 
> Thank you.
> 
> >
> > You used a different email in your s-o-b line. Was that intentional? If
> > not I can change it to this address.
> 
> Ah... No it's not intentional. I forgot to add canonical email into gitconfig.

Applied, thanks.