diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-03-15 07:59:10 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-03-25 09:57:30 -0400 |
commit | 7ffef13d7a24654292c4641450f2794224b9eb5d (patch) | |
tree | 53cc37ab7f74a9b5e7dc72c7eccc77e7a50e2a74 /drivers/net/wireless/iwlwifi/iwl-2000.c | |
parent | d103e3448a3ecb9f81babd1f6d7f5a678e213c82 (diff) |
iwlagn: clean up TX aggregation code
Since the driver split, there's no need for
function pointers any more for aggregation
queue setup and teardown as all devices now
share the same code. Simplify this.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index b1dbe93a88b0..55274a14af01 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c | |||
@@ -259,8 +259,6 @@ static struct iwl_lib_ops iwl2000_lib = { | |||
259 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, | 259 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, |
260 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, | 260 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, |
261 | .txq_set_sched = iwlagn_txq_set_sched, | 261 | .txq_set_sched = iwlagn_txq_set_sched, |
262 | .txq_agg_enable = iwlagn_txq_agg_enable, | ||
263 | .txq_agg_disable = iwlagn_txq_agg_disable, | ||
264 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | 262 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, |
265 | .txq_free_tfd = iwl_hw_txq_free_tfd, | 263 | .txq_free_tfd = iwl_hw_txq_free_tfd, |
266 | .txq_init = iwl_hw_tx_queue_init, | 264 | .txq_init = iwl_hw_tx_queue_init, |