commit | 77843167a926a1b11dff812f027fc56930948c1b | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Sat Aug 23 13:29:23 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 28 14:49:38 2014 -0400 |
tree | 1f380c193582ed6734a59f6c2281b007e83301d4 | |
parent | 4b93fd297fe9914e41099d37194f7acc6a1ccb48 [diff] |
ath9k: Fix 'offchannel' in ath_softc Finally move the 'offchannel' instance in ath_softc inside a CONFIG_ATH9K_CHANNEL_CONTEXT cage. The offchannel usage in ath9k_calculate_iter_data() is closed off with an ifdef for now, since the state/opmode calculation is common for both the channel context mode and the normal mode. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>