]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iwlagn: remove duplicate list init
authorAmit Beka <amit.beka@intel.com>
Tue, 20 Sep 2011 22:37:27 +0000 (15:37 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 21 Sep 2011 20:19:43 +0000 (16:19 -0400)
commit5adcb81037558aa545676f78dea2b2ce6c3b5819
tree3306c2671da98f860d7d374729064b191cdbe72e
parent08ecf10441c79ebebe5ce6b6ff9a06c586f5895c
iwlagn: remove duplicate list init

iwl_trans_rx_alloc is only called from iwl_rx_init, so no need
to init the lists twice.

Signed-off-by: Amit Beka <amit.beka@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-trans-pcie.c