projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6faf22d
)
ath9k: make ath_frame_info fit into reduced-size rate_driver_data
author
Florian Westphal
<fw@strlen.de>
Tue, 10 Mar 2015 14:44:22 +0000
(15:44 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Fri, 13 Mar 2015 14:08:56 +0000
(16:08 +0200)
pre-requisite to shrink size of ieee80211_tx_info which in turn is
needed to shrink skb->cb to 40 bytes again.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/ath9k.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/ath9k.h
b/drivers/net/wireless/ath/ath9k/ath9k.h
index
7e89236
..
a7a81b3
100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/
drivers/net/wireless/ath/ath9k/ath9k.h
@@
-184,12
+184,12
@@
struct ath_frame_info {
struct ath_buf *bf;
u16 framelen;
s8 txq;
- enum ath9k_key_type keytype;
u8 keyix;
u8 rtscts_rate;
u8 retries : 7;
u8 baw_tracked : 1;
u8 tx_power;
+ enum ath9k_key_type keytype:2;
};
struct ath_rxbuf {