1. 26 6月, 2014 1 次提交
    • A
      mwifiex: add firmware dump feature for PCIe · 92c2538f
      Amitkumar Karwar 提交于
      Firmware dump feature is added for PCIe based chipsets which can
      be used with the help of ethtool commands.
      
      1) Trigger firmware dump operation:
      ethtool --set-dump mlan0 0xff
      
      When the operation is completed, udev event will be sent to
      trigger external application.
      
      2) Following udev rule can be used to get the data from ethtool:
      DRIVER=="mwifiex_pcie", ACTION=="change", RUN+="/sbin/mwifiex_pcie_fw_dump.sh"
      
      mwifiex_pcie_fw_dump.sh: #!/bin/bash
      ethtool --set-dump mlan0 0
      ethtool --get-dump mlan0
      ethtool --get-dump mlan0 data /tmp/ITCM.log
      
      ethtool --set-dump mlan0 1
      ethtool --get-dump mlan0
      ethtool --get-dump mlan0 data /tmp/DTCM.log
      
      ethtool --set-dump mlan0 2
      ethtool --get-dump mlan0
      ethtool --get-dump mlan0 data /tmp/SQRAM.log
      
      ethtool --set-dump mlan0 3
      ethtool --get-dump mlan0
      ethtool --get-dump mlan0 data /tmp/IRAM.log
      Signed-off-by: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NBing Zhao <bzhao@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      92c2538f
  2. 30 5月, 2014 1 次提交
  3. 19 5月, 2014 1 次提交
  4. 25 4月, 2014 1 次提交
  5. 23 4月, 2014 3 次提交
  6. 28 3月, 2014 1 次提交
  7. 15 3月, 2014 3 次提交
  8. 01 3月, 2014 6 次提交
  9. 13 2月, 2014 14 次提交
  10. 05 2月, 2014 1 次提交
  11. 09 1月, 2014 1 次提交
  12. 19 12月, 2013 2 次提交
  13. 10 12月, 2013 1 次提交
  14. 27 8月, 2013 2 次提交
  15. 02 8月, 2013 1 次提交
  16. 27 7月, 2013 1 次提交