[PATCH] nl80211: Keep QCA vendor extensions together
Dmitry Shmidt
dimitrysh at google.com
Mon Jun 27 15:58:38 PDT 2016
To: hostap at lists.infradead.org
Signed-off-by: Dmitry Shmidt <dimitrysh at google.com>
---
src/drivers/driver_nl80211.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c
index c89665b..d1c28aa 100644
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
@@ -9338,9 +9338,6 @@ const struct wpa_driver_ops wpa_driver_nl80211_ops = {
.vendor_cmd = nl80211_vendor_cmd,
.set_qos_map = nl80211_set_qos_map,
.set_wowlan = nl80211_set_wowlan,
-#ifdef CONFIG_DRIVER_NL80211_QCA
- .roaming = nl80211_roaming,
-#endif /* CONFIG_DRIVER_NL80211_QCA */
.set_mac_addr = nl80211_set_mac_addr,
#ifdef CONFIG_MESH
.init_mesh = wpa_driver_nl80211_init_mesh,
@@ -9355,6 +9352,7 @@ const struct wpa_driver_ops wpa_driver_nl80211_ops = {
.del_tx_ts = nl80211_del_ts,
.get_ifindex = nl80211_get_ifindex,
#ifdef CONFIG_DRIVER_NL80211_QCA
+ .roaming = nl80211_roaming,
.do_acs = wpa_driver_do_acs,
.set_band = nl80211_set_band,
.get_pref_freq_list = nl80211_get_pref_freq_list,
--
2.8.0.rc3.226.g39d4020
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-nl80211-Keep-QCA-vendor-extensions-together.patch
Type: application/octet-stream
Size: 1312 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/hostap/attachments/20160627/8db46216/attachment.obj>
More information about the Hostap
mailing list