ath9k: Print the event/state in ath_chanctx_event

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
这个提交包含在:
Sujith Manoharan
2014-08-24 21:16:11 +05:30
提交者 John W. Linville
父节点 02da18b7ec
当前提交 5a8cbec7fb
修改 2 个文件,包含 38 行新增2 行删除

查看文件

@@ -410,6 +410,9 @@ struct ath_offchannel {
int roc_duration;
int duration;
};
#define case_rtn_string(val) case val: return #val
#define ath_for_each_chanctx(_sc, _ctx) \
for (ctx = &sc->chanctx[0]; \
ctx <= &sc->chanctx[ARRAY_SIZE(sc->chanctx) - 1]; \