1. 31 10月, 2014 3 次提交
  2. 20 5月, 2014 1 次提交
  3. 02 4月, 2013 2 次提交
  4. 07 12月, 2012 1 次提交
  5. 01 12月, 2012 2 次提交
  6. 27 6月, 2012 1 次提交
  7. 17 4月, 2012 1 次提交
    • A
      net/wireless: use module_pci_driver · 5b0a3b7e
      Axel Lin 提交于
      This patch converts the drivers in drivers/net/wireless/* to use
      module_pci_driver() macro which makes the code smaller and a bit simpler.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: "John W. Linville" <linville@tuxdriver.com>
      Cc: Jiri Slaby <jirislaby@gmail.com>
      Cc: Nick Kossifidis <mickflemm@gmail.com>
      Cc: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
      Cc: Simon Kelley <simon@thekelleys.org.uk>
      Cc: Jouni Malinen <j@w1.fi>
      Cc: Lennert Buytenhek <buytenh@wantstofly.org>
      Cc: Christian Lamparter <chunkeey@googlemail.com>
      Cc: Ivo van Doorn <IvDoorn@gmail.com>
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Cc: linux-wireless@vger.kernel.org
      Acked-by: NLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5b0a3b7e
  8. 23 2月, 2012 1 次提交
    • T
      rtlwifi: rtl8192se firmware load can overflow target buffer · 3fccdcf5
      Tim Gardner 提交于
      Define RTL8190_MAX_RAW_FIRMWARE_CODE_SIZE which represents the
      maximimum possible firmware file size. Use it in the definition
      of the buffer which receives the firmware file data.
      
      Set RTL8190_MAX_RAW_FIRMWARE_CODE_SIZE closer to the actual size of
      the firmware file, e.g., 90000 (down from hard coded 164000). The current
      size of rtlwifi/rtl8192sefw.bin is 88856.
      
      Set max_fw_size to RTL8190_MAX_RAW_FIRMWARE_CODE_SIZE for the size limit
      check. Fix the error case where max_fw_size is not cleared if the size
      limit check fails.
      
      Cc: Chaoming Li <chaoming_li@realsil.com.cn>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NTim Gardner <tim.gardner@canonical.com>
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3fccdcf5
  9. 01 2月, 2012 1 次提交
  10. 31 1月, 2012 2 次提交
  11. 25 1月, 2012 4 次提交
  12. 20 12月, 2011 1 次提交
  13. 01 11月, 2011 1 次提交
  14. 15 10月, 2011 2 次提交
  15. 12 10月, 2011 1 次提交
  16. 21 9月, 2011 1 次提交
  17. 25 8月, 2011 1 次提交
  18. 22 7月, 2011 1 次提交
  19. 11 5月, 2011 1 次提交
  20. 06 5月, 2011 2 次提交
  21. 27 4月, 2011 4 次提交
  22. 13 4月, 2011 1 次提交
  23. 24 2月, 2011 1 次提交
    • L
      rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build · 1472d3a8
      Larry Finger 提交于
      As noted by Stephan Rothwell, an allyesconfig build fails since rtl8192cu
      was merged with failures such as:
      
      drivers/net/wireless/rtlwifi/rtl8192cu/built-in.o: In function `rtl92c_phy_sw_chnl':
      (.opd+0xf30): multiple definition of `rtl92c_phy_sw_chnl'
      drivers/net/wireless/rtlwifi/rtl8192ce/built-in.o:(.opd+0xb70): first defined here
      drivers/net/wireless/rtlwifi/rtl8192cu/built-in.o: In function `rtl92c_fill_h2c_cmd':
      (.opd+0x288): multiple definition of `rtl92c_fill_h2c_cmd'
      drivers/net/wireless/rtlwifi/rtl8192ce/built-in.o:(.opd+0x288): first defined here
      
      These are caused because the code shared between rtl8192ce and rtl8192cu
      is included in both drivers. This has been fixed by creating a new modue that
      contains the shared code.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      1472d3a8
  24. 22 2月, 2011 2 次提交
  25. 12 2月, 2011 1 次提交
  26. 21 12月, 2010 1 次提交