Skip to content
Snippets Groups Projects
Commit 1e210dd0 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

broadcom: fix const-qualifier warns

parent 23c58179
No related branches found
No related tags found
No related merge requests found
...@@ -718,7 +718,7 @@ static int iface_get_4addr(const char *ifname, bool *enabled) ...@@ -718,7 +718,7 @@ static int iface_get_4addr(const char *ifname, bool *enabled)
return nlwifi_get_4addr(ifname, enabled); return nlwifi_get_4addr(ifname, enabled);
} }
static int iface_get_4addr_parent(const char *ifname, const char *parent) static int iface_get_4addr_parent(const char *ifname, char *parent)
{ {
libwifi_dbg("[%s] %s called\n", ifname, __func__); libwifi_dbg("[%s] %s called\n", ifname, __func__);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment