Skip to content

Commit

Permalink
ath9k: make ath_frame_info fit into reduced-size rate_driver_data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Westphal authored and Kalle Valo committed Mar 13, 2015
1 parent 6faf22d commit 3a79e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath9k/ath9k.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3a79e1d

Please sign in to comment.