1. 02 9月, 2011 2 次提交
    • K
      ath6kl: cleanup diagnose window read and write functions · addb44be
      Kalle Valo 提交于
      Just to make them a bit easier to read and unify naming. 32 suffix
      in the function name means that it will be a 32 bit transfer. If there's
      no number a buffer is transfered instead.
      
      Use void pointers to get rid of ugly casts.
      
      Don't provide target address as a pointer, pass it by value. Same for
      the value used in write32().
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      addb44be
    • K
      ath6kl: add firmware log support · bdf5396b
      Kalle Valo 提交于
      Firmware sends binary logs with WMIX_DBGLOG_EVENTID event. Create
      a buffer which stores the latest logs and which can be copied from
      fwlog debugfs file with cp command.
      
      To save memory firmware log support is enabled only when CONFIG_ATH6KL_DEBUG
      is enabled.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      bdf5396b
  2. 01 9月, 2011 2 次提交
  3. 31 8月, 2011 6 次提交
  4. 10 8月, 2011 6 次提交