Commit 726e6af9 authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller

net: wireless: kerneldoc fixes

Simple fixes which require no deep knowledge of the code.

Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d8141208
...@@ -2384,7 +2384,7 @@ static void reg_set_request_processed(void) ...@@ -2384,7 +2384,7 @@ static void reg_set_request_processed(void)
/** /**
* reg_process_hint_core - process core regulatory requests * reg_process_hint_core - process core regulatory requests
* @pending_request: a pending core regulatory request * @core_request: a pending core regulatory request
* *
* The wireless subsystem can use this function to process * The wireless subsystem can use this function to process
* a regulatory request issued by the regulatory core. * a regulatory request issued by the regulatory core.
...@@ -2493,6 +2493,7 @@ __reg_process_hint_driver(struct regulatory_request *driver_request) ...@@ -2493,6 +2493,7 @@ __reg_process_hint_driver(struct regulatory_request *driver_request)
/** /**
* reg_process_hint_driver - process driver regulatory requests * reg_process_hint_driver - process driver regulatory requests
* @wiphy: the wireless device for the regulatory request
* @driver_request: a pending driver regulatory request * @driver_request: a pending driver regulatory request
* *
* The wireless subsystem can use this function to process * The wireless subsystem can use this function to process
...@@ -2593,6 +2594,7 @@ __reg_process_hint_country_ie(struct wiphy *wiphy, ...@@ -2593,6 +2594,7 @@ __reg_process_hint_country_ie(struct wiphy *wiphy,
/** /**
* reg_process_hint_country_ie - process regulatory requests from country IEs * reg_process_hint_country_ie - process regulatory requests from country IEs
* @wiphy: the wireless device for the regulatory request
* @country_ie_request: a regulatory request from a country IE * @country_ie_request: a regulatory request from a country IE
* *
* The wireless subsystem can use this function to process * The wireless subsystem can use this function to process
......
...@@ -220,7 +220,6 @@ EXPORT_WEXT_HANDLER(cfg80211_wext_giwrange); ...@@ -220,7 +220,6 @@ EXPORT_WEXT_HANDLER(cfg80211_wext_giwrange);
/** /**
* cfg80211_wext_freq - get wext frequency for non-"auto" * cfg80211_wext_freq - get wext frequency for non-"auto"
* @dev: the net device
* @freq: the wext freq encoding * @freq: the wext freq encoding
* *
* Returns a frequency, or a negative error code, or 0 for auto. * Returns a frequency, or a negative error code, or 0 for auto.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment