diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-05-02 07:15:09 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-05-16 22:39:39 +0200 |
commit | 03f831a6f7dc02303df20718a4e96821e43b3d0c (patch) | |
tree | 192ada413e2a6f0a54f6426b96a4d8238a1bdc35 /include/net/cfg80211.h | |
parent | fb4e156886ce6e8309e912d8b370d192330d19d3 (diff) |
wireless: fix kerneldoc content in *80211.h files.
Make kerneldoc content match header file content, no functional
change.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 87f7e1d060a..26e91138a2c 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -4167,6 +4167,7 @@ void cfg80211_report_wowlan_wakeup(struct wireless_dev *wdev, * cfg80211_crit_proto_stopped() - indicate critical protocol stopped by driver. * * @wdev: the wireless device for which critical protocol is stopped. + * @gfp: allocation flags * * This function can be called by the driver to indicate it has reverted * operation back to normal. One reason could be that the duration given |