Hello On Wed, Mar 02, 2011 at 12:00:09PM -0800, Guy, Wey-Yi wrote: > I got the following warning: > > drivers/net/wireless/iwlwifi/iwl-rx.c:506:6: warning: symbol > 'iwl_rx_statistics' was not declared. Should it be static? > drivers/net/wireless/iwlwifi/iwl-rx.c:575:6: warning: symbol > 'iwl_reply_statistics' was not declared. Should it be static? > drivers/net/wireless/iwlwifi/iwl-rx.c:600:6: warning: symbol > 'iwl_rx_missed_beacon_notif' was not declared. Should it be static? include "iwl-agh.h" should make warning go away, but perhaps would be better to move all rx_handlers to iwl-rx.c, make them statics and export only iwl_setup_rx_handlers ? Stanislaw -- 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