commit | aa10350d06254c5ee69535eaa48054f162d9bb91 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Mon Oct 14 21:59:50 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 18 14:03:54 2013 -0400 |
tree | 7749ab034a96ed11afa41f0b353476ea3078c365 | |
parent | ad40d3da1e8683234714c3024219dc722ed1e214 [diff] |
rt2x00: rt2800lib: use {tx,rx}_chain_num to avoid superfluous EEPROM access The {rx,tx}_chain_num fields of rt2x00dev->default_ant contains the number of RX and TX chains already when the rt2800_probe_hw_mode() function runs. Use those values instead of parsing the EEPROM configuration values again. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>