commit | f3218beef6e21769df6ead91717be9f3986668a4 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Fri Oct 11 13:18:43 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 14 13:39:57 2013 -0400 |
tree | 9b2a93e01281fde1ebc3eb2317d31a57934f2078 | |
parent | c429dfef7041417515ffef5b7f619f5b24b16188 [diff] |
rt2x00: rt61pci: 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. Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>