Hi John,
Today's linux-next build (i386 defconfig) produced thes warnings:
net/mac80211/work.c: In function 'ieee80211_remain_on_channel_timeout':
net/mac80211/work.c:534: warning: cast from pointer to integer of different size
net/mac80211/work.c: In function 'ieee80211_remain_done':
net/mac80211/work.c:1030: warning: cast from pointer to integer of different size
net/mac80211/work.c: In function 'ieee80211_wk_remain_on_channel':
net/mac80211/work.c:1056: warning: cast from pointer to integer of different size
net/mac80211/work.c: In function 'ieee80211_wk_cancel_remain_on_channel':
net/mac80211/work.c:1072: warning: cast from pointer to integer of different size
Introduced by commits e4da8c37af626001ff704fb29ea14eb58f5f7208
("mac80211: make off-channel work generic") and
b8bc4b0aa9bfba755c64b11b8f60e6cfab25dc9d ("mac80211: support
remain-on-channel command").