iwlwifi: 3945 split tx_complete to command and packet function
authorTomas Winkler <tomas.winkler@intel.com>
Fri, 7 Mar 2008 01:36:55 +0000 (17:36 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 7 Mar 2008 21:03:02 +0000 (16:03 -0500)
commit91c066f27b6dacb6589fb5190af373fb9f993397
tree0e89811d45705907265c01c49c715b6446529e9e
parent28447f3cfdf72f6ea97b50cc1eefe35602107dff
iwlwifi: 3945 split tx_complete to command and packet function

This patch
1. removes cmd completion from iwl3945_tx_queue_reclaim
and creates iwl3945_cmd_queue_reclaim.
1. removes 11n relevant elements from this function
2. removes call to ieee80211_tx_status_irqsafe
and uses ieee80211_tx_status only

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-3945.c
drivers/net/wireless/iwlwifi/iwl3945-base.c