diff options
author | Kalle Valo <kalle.valo@iki.fi> | 2010-02-07 10:22:01 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-02-08 16:51:01 -0500 |
commit | 349e6b7289f8a3d3d5d3b859e00b41f27d1211df (patch) | |
tree | d80af4e7b9ece2b42e8093f44bfedd13d9653bd5 /Documentation/DocBook | |
parent | 00a08eb62f790383bcc8ea309d4afb9ef346ef0b (diff) | |
download | linux-3.10-349e6b7289f8a3d3d5d3b859e00b41f27d1211df.tar.gz linux-3.10-349e6b7289f8a3d3d5d3b859e00b41f27d1211df.tar.bz2 linux-3.10-349e6b7289f8a3d3d5d3b859e00b41f27d1211df.zip |
mac80211: remove get_tx_stats() driver op
get_tx_stats() driver operation is not currently used anywhere in mac80211
and there are no plans to use it in the not-so-near future. So it can go
without anyone missing it.
Signed-off-by: Kalle Valo <kalle.valo@iki.fi>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/mac80211.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/DocBook/mac80211.tmpl b/Documentation/DocBook/mac80211.tmpl index 971d1c0c83e..affb15a344a 100644 --- a/Documentation/DocBook/mac80211.tmpl +++ b/Documentation/DocBook/mac80211.tmpl @@ -234,7 +234,6 @@ usage should require reading the full document. <title>Multiple queues and QoS support</title> <para>TBD</para> !Finclude/net/mac80211.h ieee80211_tx_queue_params -!Finclude/net/mac80211.h ieee80211_tx_queue_stats </chapter> <chapter id="AP"> |