Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] hostapd: driver_devicescape: remove set_broadcast_ssid
@ 2007-08-30 13:16 Johannes Berg
  2007-09-03 23:39 ` Jouni Malinen
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2007-08-30 13:16 UTC (permalink / raw)
  To: Jouni Malinen; +Cc: linux-wireless

mac80211 doesn't have any drivers that care about this flag which
is not really surprising: hostapd is responsible for this setting
since it creates the beacon. Remove the callback.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

---
 hostapd/driver_devicescape.c |    9 ---------
 1 file changed, 9 deletions(-)

--- hostap.orig/hostapd/driver_devicescape.c	2007-08-30 15:15:23.000000000 +0200
+++ hostap/hostapd/driver_devicescape.c	2007-08-30 15:15:24.000000000 +0200
@@ -929,14 +929,6 @@ static int i802_set_dtim_period(const ch
 }
 
 
-static int i802_set_broadcast_ssid(void *priv, int value)
-{
-	struct i802_driver_data *drv = priv;
-	return hostap_ioctl_prism2param(drv, PRISM2_PARAM_BROADCAST_SSID,
-					value);
-}
-
-
 static int i802_set_cts_protect(void *priv, int value)
 {
 	struct i802_driver_data *drv = priv;
@@ -1993,7 +1985,6 @@ const struct wpa_driver_ops wpa_driver_d
 	.set_internal_bridge = i802_set_internal_bridge,
 	.set_beacon_int = i802_set_beacon_int,
 	.set_dtim_period = i802_set_dtim_period,
-	.set_broadcast_ssid = i802_set_broadcast_ssid,
 	.set_cts_protect = i802_set_cts_protect,
 	.set_preamble = i802_set_preamble,
 	.set_short_slot_time = i802_set_short_slot_time,



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-03 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-30 13:16 [PATCH] hostapd: driver_devicescape: remove set_broadcast_ssid Johannes Berg
2007-09-03 23:39 ` Jouni Malinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox