Skip to content

Commit daf8cf6

Browse files
rddunlaplinvjw
authored andcommitted
wireless: fix fatal kernel-doc error + warning in mac80211.h
Fix new kernel-doc Error and Warning in <net/mac80211.h>: Error(linux-2.6.39-git5/include/net/mac80211.h:550): cannot understand prototype: 'struct ieee80211_sched_scan_ies ' Warning(linux-2.6.39-git5/include/net/mac80211.h:2289): No description found for parameter 'sta' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent 1ba0145 commit daf8cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/net/mac80211.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ struct ieee80211_tx_info {
538538
};
539539

540540
/**
541-
* ieee80211_sched_scan_ies - scheduled scan IEs
541+
* struct ieee80211_sched_scan_ies - scheduled scan IEs
542542
*
543543
* This structure is used to pass the appropriate IEs to be used in scheduled
544544
* scans for all bands. It contains both the IEs passed from the userspace
@@ -2278,6 +2278,7 @@ static inline int ieee80211_sta_ps_transition_ni(struct ieee80211_sta *sta,
22782278

22792279
/**
22802280
* ieee80211_sta_set_tim - set the TIM bit for a sleeping station
2281+
* @sta: &struct ieee80211_sta pointer for the sleeping station
22812282
*
22822283
* If a driver buffers frames for a powersave station instead of passing
22832284
* them back to mac80211 for retransmission, the station needs to be told

0 commit comments

Comments
 (0)