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:
9a75c2f
)
libertas: mark lbs_ret_802_11d_domain_info static
author
John W. Linville
<
[email protected]
>
Wed, 23 Jun 2010 14:33:45 +0000
(10:33 -0400)
committer
John W. Linville
<
[email protected]
>
Wed, 23 Jun 2010 19:14:06 +0000
(15:14 -0400)
Probably little risk of namespace polution, but good practice... :-)
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/libertas/cmdresp.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/libertas/cmdresp.c
b/drivers/net/wireless/libertas/cmdresp.c
index b4bc103d7970b51e921f9840c64ccb78f0f7b8c1..a0d9482ef5e28351fe372933d7feb9c089e7228d 100644
(file)
--- a/
drivers/net/wireless/libertas/cmdresp.c
+++ b/
drivers/net/wireless/libertas/cmdresp.c
@@
-103,7
+103,7
@@
static int lbs_ret_reg_access(struct lbs_private *priv,
* @param resp pointer to command response buffer
* @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 =
&resp->params.domaininforesp;