aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/core.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2019-02-28 11:50:40 +0200
committerKalle Valo <kvalo@codeaurora.org>2019-02-28 11:50:40 +0200
commit501faf710230b67e470b314868110357cf3a554d (patch)
tree5f4200dcc876ed7e7b0be8403f3f3d20b589190f /drivers/net/wireless/ath/ath10k/core.h
parentrtlwifi: rtl8192se: Remove set but not used variable 'seg_ptr' (diff)
parentwil6210: check null pointer in _wil_cfg80211_merge_extra_ies (diff)
downloadlinux-dev-501faf710230b67e470b314868110357cf3a554d.tar.xz
linux-dev-501faf710230b67e470b314868110357cf3a554d.zip
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for 5.1. Major changes: ath10k * more preparation for SDIO support wil6210 * support up to 20 stations in AP mode
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h
index 27ec5557de88..e08a17b01e03 100644
--- a/drivers/net/wireless/ath/ath10k/core.h
+++ b/drivers/net/wireless/ath/ath10k/core.h
@@ -189,7 +189,7 @@ struct ath10k_fw_stats_peer {
u32 peer_rssi;
u32 peer_tx_rate;
u32 peer_rx_rate; /* 10x only */
- u32 rx_duration;
+ u64 rx_duration;
};
struct ath10k_fw_extd_stats_peer {