aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-08-28 17:01:52 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:48:40 -0400
commit4dfd1d2f6aeeac67d17d6c22052ae3a86db85c0b (patch)
treee4bc57cb86d660d228732837de7a56ebf56a308f /include
parent50339a67e2d4386d8919195989371579cab8649d (diff)
[MAC80211]: remove reset callback
The callback isn't used so remove it. 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 'include')
-rw-r--r--include/net/mac80211.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index e503cd37f82e..233444b46d9a 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -568,9 +568,6 @@ struct ieee80211_ops {
568 int (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb, 568 int (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb,
569 struct ieee80211_tx_control *control); 569 struct ieee80211_tx_control *control);
570 570
571 /* Handler for performing hardware reset. */
572 int (*reset)(struct ieee80211_hw *hw);
573
574 /* Handler that is called when any netdevice attached to the hardware 571 /* Handler that is called when any netdevice attached to the hardware
575 * device is set UP for the first time. This can be used, e.g., to 572 * device is set UP for the first time. This can be used, e.g., to
576 * enable interrupts and beacon sending. */ 573 * enable interrupts and beacon sending. */