From: Johannes Berg <johannes.berg@xxxxxxxxx> Looks like I forgot to document the "gfp" parameter to cfg80211_gtk_rekey_notify, add it. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- include/net/cfg80211.h | 1 + 1 file changed, 1 insertion(+) --- a/include/net/cfg80211.h 2011-07-09 14:42:30.000000000 +0200 +++ b/include/net/cfg80211.h 2011-07-09 14:42:35.000000000 +0200 @@ -3055,6 +3055,7 @@ void cfg80211_cqm_pktloss_notify(struct * @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); -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html