iwlwifi: remove unused argument from iwlagn_suspend
authorJohannes Berg <johannes.berg@intel.com>
Wed, 7 Mar 2012 17:52:15 +0000 (09:52 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 8 Mar 2012 18:59:47 +0000 (13:59 -0500)
commitea886a6014024d027fa207b8765e46d746cd2a18
tree8ea9b658a295074581ac9dec34828ae59ce27ae0
parentc1803c9459a9cd751eb46da9e60e49728aae7a5a
iwlwifi: remove unused argument from iwlagn_suspend

There's not much point in passing priv and
hw pointers since they can be derived from
each other, and the function doesn't use
the hw pointer anyway. Remove it.

Signed-off-by: Johannes Berg <johannes.berg@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-agn-lib.c
drivers/net/wireless/iwlwifi/iwl-agn.h
drivers/net/wireless/iwlwifi/iwl-mac80211.c