1. 21 Jun, 2017 3 commits
    • Caesar Wang's avatar
      mwifiex: fixes the unexpected be printed log by default · 421ba82c
      Caesar Wang authored
      This patch uses WARN level is not printed by default.
      
      In some cases, some boards have always met the unused log be printed as
      follows.
      ...
      [23193.523182] mwifiex_pcie 0000:01:00.0: mwifiex_get_cfp:
      cannot find cfp by band 2    & channel=13 freq=0
      [23378.633684] mwifiex_pcie 0000:01:00.0: mwifiex_get_cfp:
      cannot find cfp by band 2    & channel=13 freq=0
      
      Due to we used the wifi default area was US and didn't support 12~14
      channels. As Frequencies:
      * 2412 MHz [1] (30.0 dBm)
      * 2417 MHz [2] (30.0 dBm)
      * 2422 MHz [3] (30.0 dBm)
      * 2427 MHz [4] (30.0 dBm)
      * 2432 MHz [5] (30.0 dBm)
      * 2437 MHz [6] (30.0 dBm)
      * 2442 MHz [7] (30.0 dBm)
      * 2447 MHz [8] (30.0 dBm)
      * 2452 MHz [9] (30.0 dBm)
      * 2457 MHz [10] (30.0 dBm)
      * 2462 MHz [11] (30.0 dBm)
      * 2467 MHz [12] (disabled)
      * 2472 MHz [13] (disabled)
      * 2484 MHz [14] (disabled)
      
      Also, as the commit 1b499cb7
      ("mwifiex: disable channel filtering feature in firmware"), it proved to
      be a feature to get better scan result from overlapping channel.
      
      Even there could be AP from overlapping channel (might be 12/13/14
      in this case), it will be filtered depend on reg domain rules.
      e.g:
      ...
      if (ch->flags & IEEE80211_CHAN_DISABLED)
              continue;
      
      So it should not been an ERROR, use the WARN level to instead it for now.
      Signed-off-by: default avatarCaesar Wang <wxt@rock-chips.com>
      Acked-by: default avatarXinming Hu <huxm@marvell.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      421ba82c
    • Kevin Lo's avatar
      rtlwifi: fix REG_USTIME_TSF register definition · 9da96c5e
      Kevin Lo authored
      The REG_USTIME_TSF (US Time Tuning for TSF) definition of Realtek chips
      should be 0x55C.
      Signed-off-by: default avatarKevin Lo <kevlo@kevlo.org>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      9da96c5e
    • Hans de Goede's avatar
      brcmfmac: Use separate firmware for revision 0 of the brcm43430 chip · 1278bd14
      Hans de Goede authored
      The brcm43430 chip needs different firmware files for chip revision 0
      and 1. The file currently in linux-firmware is for revision 1 only.
      
      This commit makes brcmfmac request brcmfmac43430a0-sdio.bin instead
      of brcmfmac43430-sdio.bin for revision 0 chips.
      
      Note that the behavior for revision 1 chips is not changed, ideally those
      would load brcmfmac43430a1-sdio.bin, but that will break existing setups.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarArend van Spriel <arend.vanspriel@broadcom.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      1278bd14
  2. 13 Jun, 2017 19 commits
  3. 12 Jun, 2017 7 commits
  4. 11 Jun, 2017 4 commits
  5. 10 Jun, 2017 7 commits