From: Johannes Berg <johannes@sipsolutions.net>
To: Jouni Malinen <j@w1.fi>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: [PATCH] hostapd: remove key threshold setting
Date: Fri, 24 Aug 2007 14:18:10 +0200 [thread overview]
Message-ID: <1187957890.24933.24.camel@johannes.berg> (raw)
I'm in the process of adding this to nl80211 as a per-key setting, so
remove it here for now. It's never called anyway.
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-24 09:56:52.000000000 +0200
+++ hostap/hostapd/driver_devicescape.c 2007-08-24 09:57:04.000000000 +0200
@@ -999,14 +999,6 @@ static int i802_set_cts_protect(void *pr
}
-static int i802_set_key_tx_rx_threshold(void *priv, int value)
-{
- struct i802_driver_data *drv = priv;
- return hostap_ioctl_prism2param(drv, PRISM2_PARAM_KEY_TX_RX_THRESHOLD,
- value);
-}
-
-
static int i802_set_preamble(void *priv, int value)
{
struct i802_driver_data *drv = priv;
@@ -2041,7 +2033,6 @@ const struct wpa_driver_ops wpa_driver_d
.set_dtim_period = i802_set_dtim_period,
.set_broadcast_ssid = i802_set_broadcast_ssid,
.set_cts_protect = i802_set_cts_protect,
- .set_key_tx_rx_threshold = i802_set_key_tx_rx_threshold,
.set_preamble = i802_set_preamble,
.set_short_slot_time = i802_set_short_slot_time,
.set_tx_queue_params = i802_set_tx_queue_params,
next reply other threads:[~2007-08-24 12:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-24 12:18 Johannes Berg [this message]
2007-09-04 0:27 ` [PATCH] hostapd: remove key threshold setting Jouni Malinen
2007-09-04 14:47 ` Johannes Berg
2007-09-05 2:40 ` 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=1187957890.24933.24.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