Commit b6b5c42e authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: fix two missing documentation entries

parent be689f68
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -820,6 +820,8 @@ enum mac80211_tx_info_flags {
 * @IEEE80211_TX_CTRL_AMSDU: This frame is an A-MSDU frame
 * @IEEE80211_TX_CTRL_FAST_XMIT: This frame is going through the fast_xmit path
 * @IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP: This frame skips mesh path lookup
 * @IEEE80211_TX_CTRL_HW_80211_ENCAP: This frame uses hardware encapsulation
 *	(header conversion)
 *
 * These flags are used in tx_info->control.flags.
 */
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@
 * @WLAN_STA_MPSP_RECIPIENT: local STA is recipient of a MPSP.
 * @WLAN_STA_PS_DELIVER: station woke up, but we're still blocking TX
 *	until pending frames are delivered
 * @WLAN_STA_USES_ENCRYPTION: This station was configured for encryption,
 *	so drop all packets without a key later.
 *
 * @NUM_WLAN_STA_FLAGS: number of defined flags
 */