iwl3945: remove ucode access indirection
authorJohannes Berg <johannes.berg@intel.com>
Wed, 28 Apr 2010 19:09:13 +0000 (12:09 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Mon, 10 May 2010 22:08:53 +0000 (15:08 -0700)
commit93b1a2f919a752bb689fdb0c5817c643c2f74435
treecf80efe86323660a0b23031217b4ca32a52058cc
parent3e4de7616fea5c68a9300af0e347a7f014ddcc63
iwl3945: remove ucode access indirection

As these function pointers will always point to
the 3945 functions, we can just call them directly
and avoid the indirection.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-3945.c
drivers/net/wireless/iwlwifi/iwl3945-base.c