libertas: mark lbs_ret_802_11d_domain_info static
Probably little risk of namespace polution, but good practice... :-) Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
9a75c2ff6d
commit
25ac8b0d06
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ static int lbs_ret_reg_access(struct lbs_private *priv,
|
||||||
* @param resp pointer to command response buffer
|
* @param resp pointer to command response buffer
|
||||||
* @return 0; -1
|
* @return 0; -1
|
||||||
*/
|
*/
|
||||||
int lbs_ret_802_11d_domain_info(struct cmd_ds_command *resp)
|
static int lbs_ret_802_11d_domain_info(struct cmd_ds_command *resp)
|
||||||
{
|
{
|
||||||
struct cmd_ds_802_11d_domain_info *domaininfo =
|
struct cmd_ds_802_11d_domain_info *domaininfo =
|
||||||
&resp->params.domaininforesp;
|
&resp->params.domaininforesp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue