Commit 8f09588b authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by Kalle Valo

ath10k: move rx_location_info out of struct rx_pkt_end

Define rx_location_info in struct rx_ppdu_end_qca99x0 after
rx_pkt_end. This is to prepare rx_ppdu_end for QCA9984 chip.
Signed-off-by: default avatarVasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 52776a70
...@@ -994,7 +994,6 @@ struct rx_pkt_end { ...@@ -994,7 +994,6 @@ struct rx_pkt_end {
__le32 info0; /* %RX_PKT_END_INFO0_ */ __le32 info0; /* %RX_PKT_END_INFO0_ */
__le32 phy_timestamp_1; __le32 phy_timestamp_1;
__le32 phy_timestamp_2; __le32 phy_timestamp_2;
__le32 rx_location_info; /* %RX_LOCATION_INFO_ */
} __packed; } __packed;
enum rx_phy_ppdu_end_info0 { enum rx_phy_ppdu_end_info0 {
...@@ -1067,6 +1066,7 @@ struct rx_phy_ppdu_end { ...@@ -1067,6 +1066,7 @@ struct rx_phy_ppdu_end {
struct rx_ppdu_end_qca99x0 { struct rx_ppdu_end_qca99x0 {
struct rx_pkt_end rx_pkt_end; struct rx_pkt_end rx_pkt_end;
__le32 rx_location_info; /* %RX_LOCATION_INFO_ */
struct rx_phy_ppdu_end rx_phy_ppdu_end; struct rx_phy_ppdu_end rx_phy_ppdu_end;
__le32 rx_timing_offset; /* %RX_PPDU_END_RX_TIMING_OFFSET_ */ __le32 rx_timing_offset; /* %RX_PPDU_END_RX_TIMING_OFFSET_ */
__le32 rx_info; /* %RX_PPDU_END_RX_INFO_ */ __le32 rx_info; /* %RX_PPDU_END_RX_INFO_ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment