aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-05-22 17:22:45 -0700
committerJohn W. Linville <linville@tuxdriver.com>2011-05-24 15:39:32 -0400
commitdaf8cf608d57a0b9f22276036e420cc82cf6ab4f (patch)
tree797f4949d3e88461f6f8bf835ffe5f475c80d038 /include/net
parent1ba0145884de7993c5d4f02d629eb18c17527e6e (diff)
downloadkernel_samsung_smdk4412-daf8cf608d57a0b9f22276036e420cc82cf6ab4f.zip
kernel_samsung_smdk4412-daf8cf608d57a0b9f22276036e420cc82cf6ab4f.tar.gz
kernel_samsung_smdk4412-daf8cf608d57a0b9f22276036e420cc82cf6ab4f.tar.bz2
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>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 62a1c22..03067fb 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -538,7 +538,7 @@ struct ieee80211_tx_info {
};
/**
- * ieee80211_sched_scan_ies - scheduled scan IEs
+ * struct ieee80211_sched_scan_ies - scheduled scan IEs
*
* This structure is used to pass the appropriate IEs to be used in scheduled
* 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,
/**
* ieee80211_sta_set_tim - set the TIM bit for a sleeping station
+ * @sta: &struct ieee80211_sta pointer for the sleeping station
*
* If a driver buffers frames for a powersave station instead of passing
* them back to mac80211 for retransmission, the station needs to be told