On Mon, Dec 19, 2011 at 6:18 PM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > Hi John, > > After merging the wireless-next tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/net/wireless/ath/ath9k/dfs.c: In function 'ath9k_postprocess_radar_event': > drivers/net/wireless/ath/ath9k/dfs.c:73:1: error: 'ATH_DBG_ATH_DBG_DFS' undeclared (first use in this function) > drivers/net/wireless/ath/ath9k/dfs.c: In function 'ath9k_dfs_process_phyerr': > drivers/net/wireless/ath/ath9k/dfs.c:166:1: error: 'ATH_DBG_ATH_DBG_DFS' undeclared (first use in this function) > > Caused by commit 29942bc12537 ("ath9k: add DFS radar pulse processing"). > ath_dbg prepends ATH_DBG_ to its second argument. > > I have used the wireless-next tree from next-20111219 for today. Odd, gitweb for wireless-next.git shows only one commit to dfs.c, the change that introduced it: http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next.git;a=history;f=drivers/net/wireless/ath/ath9k/dfs.c;h=e4e84a9e62730f3780a7eda6b4b00d535dd1d428;hb=HEAD In that version of the file I see nothing with ATH_DBG_ATH_DBG_DFS. I also do not see it on wireless-testing. mcgrof@tux ~/wireless-testing (git::master)$ git show 29942bc12537 | grep ATH_DBG_ATH_DBG_DFS Luis -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html