projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e105c
)
ath10k: prefer kernel type 'u64' over 'u_int64_t'
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 13 Apr 2016 11:13:35 +0000
(14:13 +0300)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Thu, 14 Apr 2016 14:30:52 +0000
(17:30 +0300)
Fixes checkpatch warnings:
drivers/net/wireless/ath/ath10k/htt.h:1477: Prefer kernel type 'u64' over 'u_int64_t'
drivers/net/wireless/ath/ath10k/htt.h:1480: Prefer kernel type 'u64' over 'u_int64_t'
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htt.h
b/drivers/net/wireless/ath/ath10k/htt.h
index 60bd9fe4b2d931178233b85e5c59b3cc0acb49cb..ee7c8f8f80732c41e58ac4f62144c13fc5e7e5bd 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htt.h
+++ b/
drivers/net/wireless/ath/ath10k/htt.h
@@
-1475,10
+1475,10
@@
union htt_rx_pn_t {
u32 pn24;
/* TKIP or CCMP: 48-bit PN */
- u
_int64_t
pn48;
+ u
64
pn48;
/* WAPI: 128-bit PN */
- u
_int64_t
pn128[2];
+ u
64
pn128[2];
};
struct htt_cmd {