Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] hostapd: remove key threshold setting
@ 2007-08-24 12:18 Johannes Berg
  2007-09-04  0:27 ` Jouni Malinen
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2007-08-24 12:18 UTC (permalink / raw)
  To: Jouni Malinen; +Cc: linux-wireless

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,



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

* Re: [PATCH] hostapd: remove key threshold setting
  2007-08-24 12:18 [PATCH] hostapd: remove key threshold setting Johannes Berg
@ 2007-09-04  0:27 ` Jouni Malinen
  2007-09-04 14:47   ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Jouni Malinen @ 2007-09-04  0:27 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Fri, Aug 24, 2007 at 02:18:10PM +0200, Johannes Berg wrote:
> 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.

Thanks, applied.

-- 
Jouni Malinen                                            PGP id EFC895FA

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

* Re: [PATCH] hostapd: remove key threshold setting
  2007-09-04  0:27 ` Jouni Malinen
@ 2007-09-04 14:47   ` Johannes Berg
  2007-09-05  2:40     ` Jouni Malinen
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2007-09-04 14:47 UTC (permalink / raw)
  To: Jouni Malinen; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

On Mon, 2007-09-03 at 17:27 -0700, Jouni Malinen wrote:
> On Fri, Aug 24, 2007 at 02:18:10PM +0200, Johannes Berg wrote:
> > 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.
> 
> Thanks, applied.

Looks like you didn't push that out to your git tree.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

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

* Re: [PATCH] hostapd: remove key threshold setting
  2007-09-04 14:47   ` Johannes Berg
@ 2007-09-05  2:40     ` Jouni Malinen
  0 siblings, 0 replies; 4+ messages in thread
From: Jouni Malinen @ 2007-09-05  2:40 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Tue, Sep 04, 2007 at 04:47:01PM +0200, Johannes Berg wrote:
> On Mon, 2007-09-03 at 17:27 -0700, Jouni Malinen wrote:
> > On Fri, Aug 24, 2007 at 02:18:10PM +0200, Johannes Berg wrote:
> > > 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.
> > 
> > Thanks, applied.
> 
> Looks like you didn't push that out to your git tree.

Yes, apparently I forgot to push the last change out. Anyway, it was
applied at that time ;-) and is now on w1.fi.

-- 
Jouni Malinen                                            PGP id EFC895FA

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 12:18 [PATCH] hostapd: remove key threshold setting Johannes Berg
2007-09-04  0:27 ` Jouni Malinen
2007-09-04 14:47   ` Johannes Berg
2007-09-05  2:40     ` Jouni Malinen

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