]> git.baikalelectronics.ru Git - kernel.git/commit
libertas: use mesh_wdev->ssid instead of priv->mesh_ssid
authorLubomir Rintel <lkundrak@v3.sk>
Sat, 7 Sep 2019 15:18:55 +0000 (17:18 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 13 Sep 2019 14:23:47 +0000 (17:23 +0300)
commit57c5a51861c3d836b9a437e1c39ac2932308d733
treea7c8915820efcbbe6ffdabd3f6cc79526abf41ea
parent4456fe28dbd619a026da2e7a5c7d00e364e11590
libertas: use mesh_wdev->ssid instead of priv->mesh_ssid

With the commit 7926fa4a1227 ("Libertas: cfg80211 support") we've lost
the ability to actually set the Mesh SSID from userspace.
NL80211_CMD_SET_INTERFACE with NL80211_ATTR_MESH_ID sets the mesh point
interface's ssid field. Let's use that one for the Libertas Mesh
operation

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/libertas/dev.h
drivers/net/wireless/marvell/libertas/mesh.c
drivers/net/wireless/marvell/libertas/mesh.h