1. 08 4月, 2015 1 次提交
  2. 30 3月, 2015 3 次提交
  3. 22 3月, 2015 1 次提交
  4. 20 3月, 2015 1 次提交
    • J
      rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definition · 0aef188a
      Jeff Layton 提交于
      I've been getting this error when building mainline kernels using
      Fedora's config files:
      
          drivers/net/wireless/rtlwifi/rtl8188ee/hw.c: In function ‘_rtl88ee_init_mac’:
          drivers/net/wireless/rtlwifi/rtl8188ee/hw.c:853:2: error: implicit declaration of function ‘rtl_hal_pwrseqcmdparsing’ [-Werror=implicit-function-declaration]
            if (!rtl_hal_pwrseqcmdparsing(rtlpriv, PWR_CUT_ALL_MSK,
            ^
          cc1: some warnings being treated as errors
          scripts/Makefile.build:258: recipe for target 'drivers/net/wireless/rtlwifi/rtl8188ee/hw.o' failed
      
      I'm not sure if this is the correct fix, but it does seem to allow the
      build to complete. I suspect that this was broken by commit 34ed780a
      (rtlwifi: Fix problems with building an allyesconfig). Most of the files
      that removed the include of pwrseqcmd.h, added one for ../pwrseqcmd.h.
      The rtl8188ee driver had it removed it but didn't add the include of the
      file in the parent directory.
      Signed-off-by: NJeff Layton <jeff.layton@primarydata.com>
      Acked-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      0aef188a
  5. 16 3月, 2015 2 次提交
  6. 13 3月, 2015 2 次提交
  7. 04 3月, 2015 1 次提交
  8. 03 3月, 2015 11 次提交
  9. 27 2月, 2015 1 次提交
  10. 26 2月, 2015 1 次提交
  11. 10 2月, 2015 1 次提交
  12. 06 2月, 2015 2 次提交
  13. 03 2月, 2015 4 次提交
  14. 28 1月, 2015 3 次提交
  15. 24 1月, 2015 1 次提交
  16. 09 1月, 2015 5 次提交