mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
nl80211: Keep QCA vendor extensions together
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
b136894fb0
commit
9607a1aef7
@ -9338,9 +9338,6 @@ const struct wpa_driver_ops wpa_driver_nl80211_ops = {
|
|||||||
.vendor_cmd = nl80211_vendor_cmd,
|
.vendor_cmd = nl80211_vendor_cmd,
|
||||||
.set_qos_map = nl80211_set_qos_map,
|
.set_qos_map = nl80211_set_qos_map,
|
||||||
.set_wowlan = nl80211_set_wowlan,
|
.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,
|
.set_mac_addr = nl80211_set_mac_addr,
|
||||||
#ifdef CONFIG_MESH
|
#ifdef CONFIG_MESH
|
||||||
.init_mesh = wpa_driver_nl80211_init_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,
|
.del_tx_ts = nl80211_del_ts,
|
||||||
.get_ifindex = nl80211_get_ifindex,
|
.get_ifindex = nl80211_get_ifindex,
|
||||||
#ifdef CONFIG_DRIVER_NL80211_QCA
|
#ifdef CONFIG_DRIVER_NL80211_QCA
|
||||||
|
.roaming = nl80211_roaming,
|
||||||
.do_acs = wpa_driver_do_acs,
|
.do_acs = wpa_driver_do_acs,
|
||||||
.set_band = nl80211_set_band,
|
.set_band = nl80211_set_band,
|
||||||
.get_pref_freq_list = nl80211_get_pref_freq_list,
|
.get_pref_freq_list = nl80211_get_pref_freq_list,
|
||||||
|
Loading…
Reference in New Issue
Block a user