diff options
author | Johannes Berg <johannes.berg@intel.com> | 2020-09-24 20:25:11 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-09-28 14:53:04 +0300 |
commit | f0daf54f4e761b642adbd7f514bb07956977e3ee (patch) | |
tree | 746b7356e0d4fca9d0b3d85ccbc914cdf3b83d3f /net/mac80211/tx.c | |
parent | e83adb188b67f493fd62d4653995ef60be37368d (diff) | |
download | linux-f0daf54f4e761b642adbd7f514bb07956977e3ee.tar.xz |
mac80211: fix some missing kernel-doc
Two parameters are not described, add them.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://lore.kernel.org/r/20200924192511.21411377b0a8.I1add147d782a3bf38287bde412dc98f69323c732@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index adc83d830691..141ed8c5aa7e 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -2473,7 +2473,9 @@ static u16 ieee80211_store_ack_skb(struct ieee80211_local *local, * @sdata: virtual interface to build the header for * @skb: the skb to build the header in * @info_flags: skb flags to set + * @sta: the station pointer * @ctrl_flags: info control flags to set + * @cookie: cookie pointer to fill (if not %NULL) * * This function takes the skb with 802.3 header and reformats the header to * the appropriate IEEE 802.11 header based on which interface the packet is |