commit | 28d4d98d7ad11b540f0041be9e7d4dae15ca22fa | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Thu Oct 17 09:42:30 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 18 14:07:00 2013 -0400 |
tree | 8c5c78cf81c3c21c9cb5e53af1a40827001c81e9 | |
parent | 6716b3d83221e7aa2623d9a60fdbf7faa836756b [diff] |
rt2x00: rt2800pci: rename rt2800pci_disable_radio function The function contain code for SoC devices only. Rename the function to 'rt2800soc_disable_radio' and move it to the SoC specific section. Use the renamed function in the SoC specific code only and remove the 'if rt2x00_is_soc(rt2x00dev)' condition from the function body. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>