From: Johannes Berg <johannes@sipsolutions.net>
To: Jouni Malinen <j@w1.fi>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: [PATCH] hostapd: driver_devicescape: remove set_broadcast_ssid
Date: Thu, 30 Aug 2007 15:16:52 +0200 [thread overview]
Message-ID: <1188479812.2963.36.camel@johannes.berg> (raw)
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,
next reply other threads:[~2007-08-30 13:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-30 13:16 Johannes Berg [this message]
2007-09-03 23:39 ` [PATCH] hostapd: driver_devicescape: remove set_broadcast_ssid Jouni Malinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1188479812.2963.36.camel@johannes.berg \
--to=johannes@sipsolutions.net \
--cc=j@w1.fi \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox