]> 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)
commit82e6a8bc7b63297993088a0d7b12d5e91e700107
tree8ea9b658a295074581ac9dec34828ae59ce27ae0
parent344f982310799e81ea0c64b613f04836cf02042f
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