Re: brcmfmac: use const char * for interface name in brcmf_add_if
From: Kalle Valo <hidden>
Date: 2016-06-29 16:00:25
Also in:
linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2016-06-29 16:00:25
Also in:
linux-wireless, lkml
Rafał Miłecki wrote:
This function can work just fine with const pointer, it only calls alloc_netdev which take const as well. Moreover it makes this function more flexible as some cfg80211 callback may provide const char * as well, e.g. add_virtual_intf. This will be needed for more advanced interface management. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Thanks, 1 patch applied to wireless-drivers-next.git: 54264e7ea09a brcmfmac: use const char * for interface name in brcmf_add_if -- Sent by pwcli https://patchwork.kernel.org/patch/9183453/