]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ccae387423b752f99a4126f2f4697d06fadaf75
tree8ea9b658a295074581ac9dec34828ae59ce27ae0
parent62fd5ccfd52dd4040f98189bb9dd3c2685c6cb6e
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