1. 08 4月, 2015 1 次提交
  2. 13 3月, 2015 1 次提交
  3. 03 3月, 2015 1 次提交
  4. 25 12月, 2014 2 次提交
  5. 27 9月, 2014 2 次提交
  6. 04 10月, 2013 1 次提交
  7. 27 9月, 2013 1 次提交
  8. 19 7月, 2013 1 次提交
    • L
      rtlwifi: Fix build errors for unusual cases · 6f334c2b
      Larry Finger 提交于
      The present build configuration for the rtlwifi family of drivers will
      fail under two known conditions:
      
      (1) If rtlwifi is selected without selecting any of the dependent drivers,
          there are errors in the build.
      (2) If the PCI drivers are built into the kernel and the USB drivers are modules,
          or vice versa, there are missing globals.
      
      The first condition is fixed by never building rtlwifi unless at least one
      of the device drivers is selected. The second failure is fixed by splitting
      the PCI and USB codes out of rtlwifi, and creating their own mini drivers.
      If the drivers that use them are modules, they will also be modules.
      
      Although a number of files are touched by this patch, only Makefile and Kconfig
      have undergone significant changes. The only modifications to the other files
      were to export entry points needed by the new rtl_pci and rtl_usb units, or to
      rename two variables that had names that were likely to cause namespace collisions.
      
      Reported-by: Fengguang Wu <fengguang.wu@intel.com>  [Condition 1]
      Reported-by: Ben Hutchings <bhutchings@solarflare.com> [Condition 2]
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Ben Hutchings <bhutchings@solarflare.com>
      Cc: Fengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      6f334c2b
  9. 02 4月, 2013 1 次提交
    • L
      rtlwifi Modify existing bits to match vendor version 2013.02.07 · 26634c4b
      Larry Finger 提交于
      These changes add the new variables for P2P and modify the various struct
      definitions for other new features.
      
      This patch updates files base.{c,h} for the changes in the newest vendor
      driver.
      
      This patch updates files ps.{c,h} for the changes in the newest vendor
      driver.
      
      This patch updates files debug.{c,h}, efuse.c, pci.{c,h}, and wifi.h for
      the changes in the newest vendor driver.
      
      This patch updates files core.c, ps.c, rc.c, and wifi.h for
      the changes in the newest vendor driver.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Cc: jcheung@suse.com
      Cc: machen@suse.com
      Cc: mmarek@suse.cz
      Cc: zhiyuan_yang@realsil.com.cn
      Cc: page_he@realsil.com.cn
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      26634c4b
  10. 15 11月, 2012 1 次提交
  11. 13 7月, 2012 1 次提交
  12. 25 1月, 2012 1 次提交
  13. 22 11月, 2011 1 次提交
  14. 25 8月, 2011 1 次提交
  15. 27 4月, 2011 1 次提交
  16. 22 2月, 2011 1 次提交
  17. 12 2月, 2011 1 次提交
  18. 16 12月, 2010 1 次提交