ar71xx: replace the madwifi profile with an ath5k profile
[openwrt.git] / package / hostapd / patches / 551-nl80211_del_beacon_bss.patch
index 6e20cec..43c550a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/drivers/driver_nl80211.c
 +++ b/src/drivers/driver_nl80211.c
-@@ -2044,23 +2044,41 @@ wpa_driver_nl80211_finish_drv_init(struc
+@@ -2092,23 +2092,41 @@ wpa_driver_nl80211_finish_drv_init(struc
  }
  
  
@@ -44,7 +44,7 @@
  
  /**
   * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface
-@@ -6456,4 +6474,5 @@ const struct wpa_driver_ops wpa_driver_n
+@@ -6566,4 +6584,5 @@ const struct wpa_driver_ops wpa_driver_n
        .set_intra_bss = nl80211_set_intra_bss,
        .set_param = nl80211_set_param,
        .get_radio_name = nl80211_get_radio_name,
  };
 --- a/src/drivers/driver.h
 +++ b/src/drivers/driver.h
-@@ -2187,6 +2187,8 @@ struct wpa_driver_ops {
-       int (*p2p_invite)(void *priv, const u8 *peer, int role,
-                         const u8 *bssid, const u8 *ssid, size_t ssid_len,
-                         const u8 *go_dev_addr, int persistent_group);
+@@ -2240,6 +2240,8 @@ struct wpa_driver_ops {
+        * @signal_info: Connection info structure
+          */
+       int (*signal_poll)(void *priv, struct wpa_signal_info *signal_info);
 +
 +      int (*stop_ap)(void *priv);
  };
This page took 0.028053 seconds and 4 git commands to generate.