1. 09 Apr, 2015 4 commits
    • Michal Kazior's avatar
      ath10k: fix arvif->wep_keys clearing · 7c8cc7eb
      Michal Kazior authored
      The variable should be cleared regardless of
      whether there's a peer associated with the key or
      not.
      
      This fixes case when user first associates with 2
      WEP keys and then disconnects and connects with 1
      WEP key. This resulted in WEP key count being 2 in
      the driver leading to default keyidx fixup
      failure.
      Tested-by: default avatarBartosz Markowski <bartosz.markowski@tieto.com>
      Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      7c8cc7eb
    • Michal Kazior's avatar
      ath10k: replenish htc tx credits always · 5d5c8ec9
      Michal Kazior authored
      There's always at most 2 credits and it makes
      little sense to set the
      ATH10K_HTC_FLAG_NEED_CREDIT_UPDATE flag
      conditionally.
      
      This seems to fix some random issues with tx
      credit starvation on WLAN.RM.2.0-00073 I've been
      seeing. Note: this isn't related to wmi mgmt tx.
      Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      5d5c8ec9
    • Michal Kazior's avatar
      ath10k: fix insufficient tracing buffer size · f42f8eb2
      Michal Kazior authored
      Some trace messages were truncated and a kernel
      splat could be seen in the log:
      
        WARNING: CPU: 3 PID: 0 at /devel/src/linux/drivers/net/wireless/ath/ath10k/./trace.h:114 ftrace_raw_event_ath10k_log_dbg+0x20e/0x220 [ath10k_core]()
        Modules linked in: ath10k_pci(O) ath10k_core(O) ath iwldvm iwlwifi [last unloaded: iwlwifi]
        CPU: 3 PID: 0 Comm: swapper/3 Tainted: G        W  O    4.0.0-rc3-wl-ath+ #703
        Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140531_083030-gandalf 04/01/2014
         ffffffffa01d4cb0 ffff88001fd83998 ffffffff8191b86c ffffffff81e3b718
         0000000000000000 ffff88001fd839d8 ffffffff8105573a ffff88001c0a5528
         ffff88001bea9ae0 ffff88001c3dd940 00000000000d0018 ffff88001fd83a80
        Call Trace:
         <IRQ>  [<ffffffff8191b86c>] dump_stack+0x45/0x57
         [<ffffffff8105573a>] warn_slowpath_common+0x8a/0xc0
         [<ffffffff8105582a>] warn_slowpath_null+0x1a/0x20
         [<ffffffffa01c61fe>] ftrace_raw_event_ath10k_log_dbg+0x20e/0x220 [ath10k_core]
         [<ffffffffa01aaa6b>] ath10k_dbg+0xbb/0xd0 [ath10k_core]
         [<ffffffff810eed89>] ? trace_clock_local+0x9/0x10
         [<ffffffffa01bd069>] ath10k_wmi_event_service_ready+0x479/0x520 [ath10k_core]
         [<ffffffff810fdf90>] ? trace_buffer_unlock_commit+0x50/0x60
         [<ffffffffa01c2113>] ath10k_wmi_tlv_op_rx+0x6b3/0x8b0 [ath10k_core]
      
      This could be reproduced with:
      
        trace-cmd record -e ath10k
        ifconfig wlan0 down
        ifconfig wlan0 up
      
      Fixes: 5c01aa3d ("ath10k: deduplicate wmi service ready logic")
      Fixes: ca996ec5 ("ath10k: implement wmi-tlv backend")
      Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      f42f8eb2
    • Janusz Dziedzic's avatar
      ath10k: disable burst mode · 24ab13ef
      Janusz Dziedzic authored
      Firmwares that indicate BURST_SERVICE as enabled
      could overwrite some wmm parameters (eg. txop).
      This could lead IOT and balancing issues.
      Hence disable this by default.
      Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@tieto.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      24ab13ef
  2. 01 Apr, 2015 17 commits
  3. 30 Mar, 2015 19 commits