Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1500248

Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing

From Luca Coelho <luca@coelho.fi>
Newsgroups linux.kernel
Subject Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing
Date 2016-10-13 14:50 +0200
Message-ID <srNCp-3zR-9@gated-at.bofh.it> (permalink)
References <srKuR-1Bv-3@gated-at.bofh.it> <srLqW-2eM-49@gated-at.bofh.it> <srMn0-2Ty-3@gated-at.bofh.it> <srMQ1-341-7@gated-at.bofh.it> <srNsJ-3wv-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, 2016-10-13 at 14:36 +0200, Paul Bolle wrote:
> On Thu, 2016-10-13 at 14:30 +0300, Luca Coelho wrote:
> > I forgot to say... could you load the iwlwifi module with debug=0x01
> > (module parameter), so we can see the messages the driver is printing
> > when it doesn't find a proper structure?
> 
> 
> That makes a lot of noise! Here's the first 100 lines or so, that
> apparently are generated directly after modprobing iwlwifi.
> 
> After these 100 lines there's a ten second gap (I guess it took me ten
> seconds to actually use the wifi). I assume you don't care about that
> part of the debug messages.
> 
> Have fun!

Thanks, Paul!

Yeah, this is the "INFO" debugging level and it is a sort of fallback
bucket when there is nothing more specific.  Sorry for that.


> <7>[  767.691342] iwlwifi 0000:3a:00.0: U iwl_pcie_prepare_card_hw iwl_trans_prepare_card_hw enter
> <7>[  767.691362] iwlwifi 0000:3a:00.0: U iwl_pcie_set_hw_ready hardware ready
> <7>[  767.692127] iwlwifi 0000:3a:00.0: U iwl_request_firmware attempting to load firmware 'iwlwifi-8000C-24.ucode'
> <7>[  767.692322] iwlwifi 0000:3a:00.0: U splc_get_pwr_limit No element for the WiFi domain returned by the SPLC method.

This is the line I was looking for. :) So everything looks fine now.
 Even though there is apparently something wrong with this part of the
ACPI table on you laptop, since it doesn't match our specifications.
 In any case, it's mostly harmless.

Thanks for the help!

--
Cheers,
Luca.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Chris Rorvick <chris@rorvick.com> - 2016-10-10 09:20 +0200
  Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Luca Coelho <luca@coelho.fi> - 2016-10-10 16:10 +0200
    Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Paul Bolle <pebolle@tiscali.nl> - 2016-10-11 12:20 +0200
      Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Chris Rorvick <chris@rorvick.com> - 2016-10-11 16:20 +0200
        Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Chris Rorvick <chris@rorvick.com> - 2016-10-11 16:30 +0200
        Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Luca Coelho <luca@coelho.fi> - 2016-10-12 09:00 +0200
      Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Chris Rorvick <chris@rorvick.com> - 2016-10-12 06:40 +0200
        Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Luca Coelho <luca@coelho.fi> - 2016-10-12 14:30 +0200
          Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Paul Bolle <pebolle@tiscali.nl> - 2016-10-12 14:50 +0200
            Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Luca Coelho <luca@coelho.fi> - 2016-10-12 15:30 +0200
      Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Luca Coelho <luca@coelho.fi> - 2016-10-12 08:20 +0200
        Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Paul Bolle <pebolle@tiscali.nl> - 2016-10-12 09:00 +0200
          Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Chris Rorvick <chris@rorvick.com> - 2016-10-12 20:00 +0200
            Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Paul Bolle <pebolle@tiscali.nl> - 2016-10-12 20:10 +0200
              Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Chris Rorvick <chris@rorvick.com> - 2016-10-12 20:40 +0200
            Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning Luca Coelho <luca@coelho.fi> - 2016-10-13 11:30 +0200
              [PATCH] iwlwifi: pcie: fix SPLC structure parsing Luca Coelho <luca@coelho.fi> - 2016-10-13 12:30 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Paul Bolle <pebolle@tiscali.nl> - 2016-10-13 13:30 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Luca Coelho <luca@coelho.fi> - 2016-10-13 14:00 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Paul Bolle <pebolle@tiscali.nl> - 2016-10-13 14:40 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Luca Coelho <luca@coelho.fi> - 2016-10-13 14:50 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Paul Bolle <pebolle@tiscali.nl> - 2016-10-13 15:00 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Luca Coelho <luca@coelho.fi> - 2016-10-13 20:00 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Chris Rorvick <chris@rorvick.com> - 2016-10-13 16:00 +0200
                Re: [PATCH] iwlwifi: pcie: fix SPLC structure parsing Luca Coelho <luca@coelho.fi> - 2016-10-13 17:00 +0200

csiph-web