Hi All, I am seeing compilation errors in module mac80211. Here is output: make modules SUBDIRS=net/mac80211 CC [M] net/mac80211/main.o CC [M] net/mac80211/status.o CC [M] net/mac80211/sta_info.o CC [M] net/mac80211/wep.o CC [M] net/mac80211/wpa.o CC [M] net/mac80211/scan.o CC [M] net/mac80211/offchannel.o CC [M] net/mac80211/ht.o CC [M] net/mac80211/agg-tx.o CC [M] net/mac80211/agg-rx.o CC [M] net/mac80211/ibss.o CC [M] net/mac80211/work.o CC [M] net/mac80211/iface.o CC [M] net/mac80211/rate.o CC [M] net/mac80211/michael.o CC [M] net/mac80211/tkip.o CC [M] net/mac80211/aes_ccm.o CC [M] net/mac80211/aes_cmac.o CC [M] net/mac80211/cfg.o net/mac80211/cfg.c: In function ‘sta_apply_parameters’: net/mac80211/cfg.c:769: error: implicit declaration of function ‘sta_info_move_state_checked’ make[1]: *** [net/mac80211/cfg.o] Error 1 When I searched markmail.org, it looks like Eliad Peller had removed all instances of sta_info_move_state_checked and replaced with sta_info_move_state. Has it reappeared because of some other check-in/or some issue with my git setup? Regards, Avinash -- 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