iwl3945: store station rate scale information in mac80211 station structure
authorReinette Chatre <reinette.chatre@intel.com>
Fri, 30 Oct 2009 21:36:13 +0000 (14:36 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 2 Nov 2009 20:39:47 +0000 (15:39 -0500)
commit62a94926183374d8414ab2ec633d9fe9530644ec
tree8fb56c5b8d01e7061301099c8dee85a836cf4041
parent9a9ca65fbfa1cd14a6c016b793d61492f9f613d0
iwl3945: store station rate scale information in mac80211 station structure

Currently the rate scale information is pointed to from the mac80211
station structure but since that is the only member we might as well make
it part of the structure. Also move the rate scaling initialization to the
init function, no need to do it when we allocate the structure. This fits
with how mac80211 deals with rate scaling information (it always calls init
after allocation) and makes it easier for us to later call initialization
directly.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-3945-rs.c
drivers/net/wireless/iwlwifi/iwl-3945.h