OSDN Git Service

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)
commit2199c981767085d12529edc6bf15b046357ec7aa
treea7c8915820efcbbe6ffdabd3f6cc79526abf41ea
parentd3bb26868105397bb23eccabe2eaae6662606629
libertas: use mesh_wdev->ssid instead of priv->mesh_ssid

With the commit e86dc1ca4676 ("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