mac80211: typo fixes in kerneldoc comments
Correct some trivial typos in kerneldoc comments. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Link: https://lore.kernel.org/r/20191024213647.5507-1-chris.packham@alliedtelesis.co.nz Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
5b7fe93db0
commit
ae4a50ee31
|
@ -312,7 +312,7 @@ struct ieee80211_vif_chanctx_switch {
|
|||
* @BSS_CHANGED_KEEP_ALIVE: keep alive options (idle period or protected
|
||||
* keep alive) changed.
|
||||
* @BSS_CHANGED_MCAST_RATE: Multicast Rate setting changed for this interface
|
||||
* @BSS_CHANGED_FTM_RESPONDER: fime timing reasurement request responder
|
||||
* @BSS_CHANGED_FTM_RESPONDER: fine timing measurement request responder
|
||||
* functionality changed for this BSS (AP mode).
|
||||
* @BSS_CHANGED_TWT: TWT status changed
|
||||
* @BSS_CHANGED_HE_OBSS_PD: OBSS Packet Detection status changed.
|
||||
|
@ -1059,7 +1059,7 @@ struct ieee80211_tx_info {
|
|||
};
|
||||
|
||||
/**
|
||||
* struct ieee80211_tx_status - extended tx staus info for rate control
|
||||
* struct ieee80211_tx_status - extended tx status info for rate control
|
||||
*
|
||||
* @sta: Station that the packet was transmitted for
|
||||
* @info: Basic tx status information
|
||||
|
@ -1702,7 +1702,7 @@ struct wireless_dev *ieee80211_vif_to_wdev(struct ieee80211_vif *vif);
|
|||
* %IEEE80211_KEY_FLAG_SW_MGMT_TX flag to encrypt such frames in SW.
|
||||
* @IEEE80211_KEY_FLAG_GENERATE_IV_MGMT: This flag should be set by the
|
||||
* driver for a CCMP/GCMP key to indicate that is requires IV generation
|
||||
* only for managment frames (MFP).
|
||||
* only for management frames (MFP).
|
||||
* @IEEE80211_KEY_FLAG_RESERVE_TAILROOM: This flag should be set by the
|
||||
* driver for a key to indicate that sufficient tailroom must always
|
||||
* be reserved for ICV or MIC, even when HW encryption is enabled.
|
||||
|
@ -1998,7 +1998,7 @@ struct ieee80211_sta {
|
|||
*
|
||||
* * If the skb is transmitted as part of a BA agreement, the
|
||||
* A-MSDU maximal size is min(max_amsdu_len, 4065) bytes.
|
||||
* * If the skb is not part of a BA aggreement, the A-MSDU maximal
|
||||
* * If the skb is not part of a BA agreement, the A-MSDU maximal
|
||||
* size is min(max_amsdu_len, 7935) bytes.
|
||||
*
|
||||
* Both additional HT limits must be enforced by the low level
|
||||
|
@ -3187,13 +3187,13 @@ enum ieee80211_rate_control_changed {
|
|||
*
|
||||
* With the support for multi channel contexts and multi channel operations,
|
||||
* remain on channel operations might be limited/deferred/aborted by other
|
||||
* flows/operations which have higher priority (and vise versa).
|
||||
* flows/operations which have higher priority (and vice versa).
|
||||
* Specifying the ROC type can be used by devices to prioritize the ROC
|
||||
* operations compared to other operations/flows.
|
||||
*
|
||||
* @IEEE80211_ROC_TYPE_NORMAL: There are no special requirements for this ROC.
|
||||
* @IEEE80211_ROC_TYPE_MGMT_TX: The remain on channel request is required
|
||||
* for sending managment frames offchannel.
|
||||
* for sending management frames offchannel.
|
||||
*/
|
||||
enum ieee80211_roc_type {
|
||||
IEEE80211_ROC_TYPE_NORMAL = 0,
|
||||
|
@ -5616,7 +5616,7 @@ void ieee80211_iter_keys_rcu(struct ieee80211_hw *hw,
|
|||
|
||||
/**
|
||||
* ieee80211_iter_chan_contexts_atomic - iterate channel contexts
|
||||
* @hw: pointre obtained from ieee80211_alloc_hw().
|
||||
* @hw: pointer obtained from ieee80211_alloc_hw().
|
||||
* @iter: iterator function
|
||||
* @iter_data: data passed to iterator function
|
||||
*
|
||||
|
@ -6364,7 +6364,7 @@ ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq,
|
|||
* again.
|
||||
*
|
||||
* The API ieee80211_txq_may_transmit() also ensures that TXQ list will be
|
||||
* aligned aginst driver's own round-robin scheduler list. i.e it rotates
|
||||
* aligned against driver's own round-robin scheduler list. i.e it rotates
|
||||
* the TXQ list till it makes the requested node becomes the first entry
|
||||
* in TXQ list. Thus both the TXQ list and driver's list are in sync. If this
|
||||
* function returns %true, the driver is expected to schedule packets
|
||||
|
|
Loading…
Reference in New Issue