aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ieee80211.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-21 11:48:28 +0300
committerJohn W. Linville <linville@tuxdriver.com>2008-05-07 15:02:14 -0400
commitc12cf2109702c052688391f4171f239effb241bf (patch)
treee0b5d518543dacb2b23f3fce9e966ad7a82ed82a /include/net/ieee80211.h
parentmake sta_rx_agg_session_timer_expired() static (diff)
downloadlinux-dev-c12cf2109702c052688391f4171f239effb241bf.tar.xz
linux-dev-c12cf2109702c052688391f4171f239effb241bf.zip
remove ieee80211_tx_frame()
After the softmac removal ieee80211_tx_frame() was no longer used. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r--include/net/ieee80211.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
index 529816bfbc52..facd0ffedc6e 100644
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -1262,9 +1262,6 @@ extern int ieee80211_set_encryption(struct ieee80211_device *ieee);
/* ieee80211_tx.c */
extern int ieee80211_xmit(struct sk_buff *skb, struct net_device *dev);
extern void ieee80211_txb_free(struct ieee80211_txb *);
-extern int ieee80211_tx_frame(struct ieee80211_device *ieee,
- struct ieee80211_hdr *frame, int hdr_len,
- int total_len, int encrypt_mpdu);
/* ieee80211_rx.c */
extern void ieee80211_rx_any(struct ieee80211_device *ieee,