projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534e7a4
)
cfg80211: fix docbook
author
Johannes Berg
<johannes.berg@intel.com>
Sat, 9 Jul 2011 12:48:30 +0000
(14:48 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 11 Jul 2011 19:02:18 +0000
(15:02 -0400)
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>
include/net/cfg80211.h
patch
|
blob
|
history
diff --git
a/include/net/cfg80211.h
b/include/net/cfg80211.h
index 4bf101bada4eaf08ece4826f82470502c825370c..5390e3245a1a287091c03fcfc3ea62185f079741 100644
(file)
--- 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);