From: Johannes Berg Date: Sat, 9 Jul 2011 12:48:30 +0000 (+0200) Subject: cfg80211: fix docbook X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=af71ff85047b744d37872491f485f7a1e0677990;p=mv-sheeva.git cfg80211: fix docbook Looks like I forgot to document the "gfp" parameter to cfg80211_gtk_rekey_notify, add it. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 4bf101bada4..5390e3245a1 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -3055,6 +3055,7 @@ void cfg80211_cqm_pktloss_notify(struct net_device *dev, * @dev: network device * @bssid: BSSID of AP (to avoid races) * @replay_ctr: new replay counter + * @gfp: allocation flags */ void cfg80211_gtk_rekey_notify(struct net_device *dev, const u8 *bssid, const u8 *replay_ctr, gfp_t gfp);