* [PATCH net-2.6.24/wireless-dev] mac80211: remove spy wext ioctls
@ 2007-08-30 14:07 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2007-08-30 14:07 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless
mac80211 never calls wireless_spy_update so these aren't
useful.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
Patch should apply against both trees.
net/mac80211/ieee80211_ioctl.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- wireless-dev.orig/net/mac80211/ieee80211_ioctl.c 2007-08-30 14:36:01.692051253 +0200
+++ wireless-dev/net/mac80211/ieee80211_ioctl.c 2007-08-30 14:36:02.392051253 +0200
@@ -2072,10 +2072,10 @@ static const iw_handler ieee80211_handle
(iw_handler) NULL /* kernel code */, /* SIOCGIWPRIV */
(iw_handler) NULL /* not used */, /* SIOCSIWSTATS */
(iw_handler) NULL /* kernel code */, /* SIOCGIWSTATS */
- iw_handler_set_spy, /* SIOCSIWSPY */
- iw_handler_get_spy, /* SIOCGIWSPY */
- iw_handler_set_thrspy, /* SIOCSIWTHRSPY */
- iw_handler_get_thrspy, /* SIOCGIWTHRSPY */
+ (iw_handler) NULL, /* SIOCSIWSPY */
+ (iw_handler) NULL, /* SIOCGIWSPY */
+ (iw_handler) NULL, /* SIOCSIWTHRSPY */
+ (iw_handler) NULL, /* SIOCGIWTHRSPY */
(iw_handler) ieee80211_ioctl_siwap, /* SIOCSIWAP */
(iw_handler) ieee80211_ioctl_giwap, /* SIOCGIWAP */
(iw_handler) ieee80211_ioctl_siwmlme, /* SIOCSIWMLME */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-30 14:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-30 14:07 [PATCH net-2.6.24/wireless-dev] mac80211: remove spy wext ioctls Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox