iwlwifi: mvm: remove an unused variable
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 4 May 2016 06:19:13 +0000 (09:19 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 5 Jul 2016 21:35:11 +0000 (00:35 +0300)
commitbdbc58abe7960ec1c87bd6201d31538fbda0d1ba
tree1e4548ed429229a3ee0b76b25565b7e2adbf5395
parent69e046423ad71de625ac1b0f0f390d3b9727b8c9
iwlwifi: mvm: remove an unused variable

We never initialize ampdu_status so it causes a static checker warning
when we pass it to iwl_mvm_pass_packet_to_mac80211().  Fortunately, it's
never used so we can just remove it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rx.c