commit | 9c0343d4f48bc7734e7945b8c50c2f95d9c38244 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Thu Apr 28 15:19:13 2016 -0400 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue May 03 13:07:22 2016 +0300 |
tree | 61e17ed2d8fa954ced32c3cd155791b550a7dd8b | |
parent | 993dd9b425f548105679b8de310869fef2475c65 [diff] |
rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 version The H2C API is completely different between gen1 and gen2 parts, so there is little point trying to treat this as a generic function. All calls to *_h2c_cmd() will always come from a gen1 or a gen2 specific function. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>