From: Sujith Manoharan <c_manoha@xxxxxxxxxxxxxxxx> Third series cleaning up the channel context code. Most of the code has been moved inside CONFIG_ATH9K_CHANNEL_CONTEXT. Since the normal path also makes use of certain channel context specific variables, they have been left unmodified - like 'cur_chan', 'cur_chandef' etc. After this series, just 3 functions in channel.c are outside CONFIG_ATH9K_CHANNEL_CONTEXT. All the pending patches are in: http://msujith.org/dir/patches/wl/Aug-23-2014/ Sujith Sujith Manoharan (4): ath9k: Fix channel context variables in ath_softc ath9k: Remove redundant ifdef ath9k: Move ath9k_beacon_add_noa to channel.c ath9k: Fix ath_chanctx_get() drivers/net/wireless/ath/ath9k/ath9k.h | 29 ++++++++++++++---- drivers/net/wireless/ath/ath9k/beacon.c | 49 ------------------------------ drivers/net/wireless/ath/ath9k/channel.c | 51 ++++++++++++++++++++++++++++++-- 3 files changed, 72 insertions(+), 57 deletions(-) -- 2.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html