commit | dbfc22df1afbeb91d528e2f84d6603ac9ce98bc2 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Tue Nov 03 18:35:05 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 11 17:09:06 2009 -0500 |
tree | 0c44dcc508fe545ea6058e0b8c0281ccd64347e7 | |
parent | 21b22738068366d7740b4b7cf55ce270f479543a [diff] |
ath9k: move rssi processing into a helper This moves all the RX processing of RSSI into a helper, ath_rx_prepare(). ath_rx_prepare() should now be really easy to read and follow. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>