* [PATCH next] ath9k: make ath_frame_info fit into reduced-size rate_driver_data
@ 2015-03-10 14:44 Florian Westphal
2015-03-13 14:09 ` [next] ath9k: make ath_frame_info fit into reduced-sizerate_driver_data Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Florian Westphal @ 2015-03-10 14:44 UTC (permalink / raw)
To: linux-wireless-u79uwXL29TY76Z2rM5mHXA
Cc: ath9k-devel-A+ZNKFmMK5xy9aJCnZT0Uw,
ath9k-devel-xDcbHBWguxHbcTqmT+pZeQ, netdev-u79uwXL29TY76Z2rM5mHXA,
Florian Westphal
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-HFFVJYpyMKqzQB+pC5nmwQ@public.gmane.org>
---
drivers/net/wireless/ath/ath9k/ath9k.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 7e89236..a7a81b3 100644
--- 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 {
--
2.0.5
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [next] ath9k: make ath_frame_info fit into reduced-sizerate_driver_data
2015-03-10 14:44 [PATCH next] ath9k: make ath_frame_info fit into reduced-size rate_driver_data Florian Westphal
@ 2015-03-13 14:09 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2015-03-13 14:09 UTC (permalink / raw)
To: Florian Westphal
Cc: linux-wireless, ath9k-devel, ath9k-devel, netdev,
Florian Westphal
> 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>
Thanks, applied to wireless-drivers-next.git.
Kalle Valo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-13 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 14:44 [PATCH next] ath9k: make ath_frame_info fit into reduced-size rate_driver_data Florian Westphal
2015-03-13 14:09 ` [next] ath9k: make ath_frame_info fit into reduced-sizerate_driver_data Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).