diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-08-28 17:01:53 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:45 -0400 |
commit | b2446b36800948586f1d1b8ef05803bba5f7489e (patch) | |
tree | 49687896b02ae79999cd57abb629d12c8ab14fec /net/mac80211/ieee80211_i.h | |
parent | 3017b80bf0c4d6a44ccf0d35db9dadf01092b54e (diff) |
[MAC80211]: remove unused ioctls (1)
The ioctls
* PRISM2_PARAM_ANTENNA_MODE
* PRISM2_PARAM_STAT_TIME
are not used by hostapd or wpa_supplicant.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index cc9999cd089c..2caf1a2f31f7 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -509,8 +509,6 @@ struct ieee80211_local { | |||
509 | 509 | ||
510 | u32 channel_use; | 510 | u32 channel_use; |
511 | u32 channel_use_raw; | 511 | u32 channel_use_raw; |
512 | u32 stat_time; | ||
513 | struct timer_list stat_timer; | ||
514 | 512 | ||
515 | #ifdef CONFIG_MAC80211_DEBUGFS | 513 | #ifdef CONFIG_MAC80211_DEBUGFS |
516 | struct work_struct sta_debugfs_add; | 514 | struct work_struct sta_debugfs_add; |