1. 25 Oct, 2019 1 commit
    • Yan-Hsuan Chuang's avatar
      rtw88: fix GENMASK_ULL for u64 · 5c70e971
      Yan-Hsuan Chuang authored
      This fixes compile warning:
      
          In file included from include/linux/bitops.h:5:0,
                           from include/linux/kernel.h:12,
                           from include/asm-generic/bug.h:19,
                           from arch/mips/include/asm/bug.h:42,
                           from include/linux/bug.h:5,
                           from include/net/mac80211.h:16,
                           from drivers/net/wireless/realtek/rtw88/main.h:8,
                           from drivers/net/wireless/realtek/rtw88/main.c:5:
          drivers/net/wireless/realtek/rtw88/main.c: In function 'rtw_update_rate_mask':
            include/linux/bits.h:23:11: warning: right shift count is negative
            [-Wshift-count-negative]
             (~UL(0) >> (BITS_PER_LONG - 1 - (h))))
                     ^
          drivers/net/wireless/realtek/rtw88/main.c:622:17: note: in expansion of macro 'GENMASK'
            u64 cfg_mask = GENMASK(63, 0);
                           ^~~~~~~
      Reported-by: default avatarkbuild test robot <lkp@intel.com>
      Fixes: f39e9bd4 ("rtw88: add set_bitrate_mask support")
      Signed-off-by: default avatarYan-Hsuan Chuang <yhchuang@realtek.com>
      Reported-by: default avatarkbuild test robot <lkp@intel.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      5c70e971
  2. 24 Oct, 2019 11 commits
  3. 22 Oct, 2019 1 commit
    • Chris Chiu's avatar
      rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot · 0eeb91ad
      Chris Chiu authored
      The RTL8723BU has problems connecting to AP after each warm reboot.
      Sometimes it returns no scan result, and in most cases, it fails
      the authentication for unknown reason. However, it works totally
      fine after cold reboot.
      
      Compare the value of register SYS_CR and SYS_CLK_MAC_CLK_ENABLE
      for cold reboot and warm reboot, the registers imply that the MAC
      is already powered and thus some procedures are skipped during
      driver initialization. Double checked the vendor driver, it reads
      the SYS_CR and SYS_CLK_MAC_CLK_ENABLE also but doesn't skip any
      during initialization based on them. This commit only tells the
      RTL8723BU to do full initialization without checking MAC status.
      Signed-off-by: default avatarChris Chiu <chiu@endlessm.com>
      Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@gmail.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      0eeb91ad
  4. 16 Oct, 2019 1 commit
  5. 15 Oct, 2019 2 commits
  6. 14 Oct, 2019 7 commits
  7. 11 Oct, 2019 6 commits
  8. 09 Oct, 2019 11 commits