iwlagn: remove write-only variables
authorJohannes Berg <johannes.berg@intel.com>
Tue, 19 Jan 2010 18:04:28 +0000 (10:04 -0800)
committerReinette Chatre <reinette.chatre@intel.com>
Wed, 10 Mar 2010 00:03:53 +0000 (16:03 -0800)
Updating the variables last_rx_rssi, last_tsf
and last_beacon_time needs a lot of code but
they are not actually used in iwlagn (only in
3945) so we can move them to the 3945 specific
data.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>

No differences found