aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-07-09 08:48:30 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-07-11 15:02:18 -0400
commitaf71ff85047b744d37872491f485f7a1e0677990 (patch)
treeaa0fcae94fce4efa3946fc32ff8944f36c743faf /include/net/cfg80211.h
parent534e7a4566ca5fd3c0c92a655bcbaa6f9bd13042 (diff)
cfg80211: fix docbook
Looks like I forgot to document the "gfp" parameter to cfg80211_gtk_rekey_notify, add it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 4bf101bada4e..5390e3245a1a 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -3055,6 +3055,7 @@ void cfg80211_cqm_pktloss_notify(struct net_device *dev,
3055 * @dev: network device 3055 * @dev: network device
3056 * @bssid: BSSID of AP (to avoid races) 3056 * @bssid: BSSID of AP (to avoid races)
3057 * @replay_ctr: new replay counter 3057 * @replay_ctr: new replay counter
3058 * @gfp: allocation flags
3058 */ 3059 */
3059void cfg80211_gtk_rekey_notify(struct net_device *dev, const u8 *bssid, 3060void cfg80211_gtk_rekey_notify(struct net_device *dev, const u8 *bssid,
3060 const u8 *replay_ctr, gfp_t gfp); 3061 const u8 *replay_ctr, gfp_t gfp);