1. 15 9月, 2016 1 次提交
    • J
      rtlwifi: rtl818x: constify local structures · d86e6476
      Julia Lawall 提交于
      For structure types defined in the same file or local header files, find
      top-level static structure declarations that have the following
      properties:
      1. Never reassigned.
      2. Address never taken
      3. Not passed to a top-level macro call
      4. No pointer or array-typed field passed to a function or stored in a
      variable.
      Declare structures having all of these properties as const.
      
      Done using Coccinelle.
      Based on a suggestion by Joe Perches <joe@perches.com>.
      Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      d86e6476
  2. 30 12月, 2015 1 次提交
  3. 14 10月, 2015 1 次提交
  4. 25 12月, 2014 1 次提交
  5. 11 11月, 2014 1 次提交
  6. 31 10月, 2014 3 次提交
  7. 20 5月, 2014 1 次提交
  8. 02 4月, 2013 2 次提交
  9. 07 12月, 2012 1 次提交
  10. 01 12月, 2012 2 次提交
  11. 27 6月, 2012 1 次提交
  12. 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
  13. 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
  14. 01 2月, 2012 1 次提交
  15. 31 1月, 2012 2 次提交
  16. 25 1月, 2012 4 次提交
  17. 20 12月, 2011 1 次提交
  18. 01 11月, 2011 1 次提交
  19. 15 10月, 2011 2 次提交
  20. 12 10月, 2011 1 次提交
  21. 21 9月, 2011 1 次提交
  22. 25 8月, 2011 1 次提交
  23. 22 7月, 2011 1 次提交
  24. 11 5月, 2011 1 次提交
  25. 06 5月, 2011 2 次提交
  26. 27 4月, 2011 4 次提交
  27. 13 4月, 2011 1 次提交