Thread (26 messages) read the whole thread 26 messages, 3 authors, 2017-03-02

Re: [PATCH 102/306] mac80211-hwsim: enable better rx-status when using netlink.

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2017-02-24 06:38:33

+/**
+ * This relates to the ieee80211_rx_status struct in mac80211.h
+ * @rx_flags: %RX_FLAG_* (see  mac80211_rx_flags)
+ * @vht_flags: %RX_VHT_FLAG_*
+ * @vht_nss: number of streams (VHT only)
+ * @ampdu_reference: A-MPDU reference number, must be a different
value for
+ *	each A-MPDU but the same for each subframe within one A-
MPDU
+ */
+struct hwsim_rx_info {
+	u32 rx_flags;
+	u8 vht_flags;
+	u8 vht_nss;
+	u16 unused_pad; /* pad to 32-bits, and space for growth */
+	u32 ampdu_reference;
+} __packed;
Same as in the previous patch.

johannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help