From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from crystal.sipsolutions.net ([195.210.38.204]:46080 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764105AbXHOPA0 (ORCPT ); Wed, 15 Aug 2007 11:00:26 -0400 Message-Id: <20070815145047.441988000@sipsolutions.net> References: <20070815144920.135826000@sipsolutions.net> Date: Wed, 15 Aug 2007 16:49:33 +0200 From: Johannes Berg To: John Linville Cc: Jiri Benc , Michael Wu , linux-wireless@vger.kernel.org Subject: [PATCH 13/20] mac80211: remove scan struct from hostapd_param Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: This hasn't been used for quite a while. Signed-off-by: Johannes Berg --- net/mac80211/hostapd_ioctl.h | 8 -------- 1 file changed, 8 deletions(-) --- wireless-dev.orig/net/mac80211/hostapd_ioctl.h 2007-08-15 14:11:39.886516958 +0200 +++ wireless-dev/net/mac80211/hostapd_ioctl.h 2007-08-15 14:11:52.406516958 +0200 @@ -128,14 +128,6 @@ struct prism2_hostapd_param { u8 data[0] ALIGNED; /* num_modes * feature data */ } hw_features; struct { - u8 now; - s8 our_mode_only; - s16 last_rx; - u16 channel; - s16 interval; /* seconds */ - s32 listen; /* microseconds */ - } scan; - struct { u16 mode; /* MODE_* */ u16 num_supported_rates; u16 num_basic_rates; --