commit | c429dfef7041417515ffef5b7f619f5b24b16188 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Fri Oct 11 13:18:42 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 14 13:39:57 2013 -0400 |
tree | 70b69467276587b99522614f7a7282f45445a3f1 | |
parent | 7b8a00dc571417c845aac8feb2f8e01ce96213bf [diff] |
rt2x00: rt2800lib: use rt2x00_has_cap_* helpers Use the appropriate helper functions instead of directly accessing the rt2x00dev->cap_flags field to check device capability flags. This improves readability of the code a bit. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>