Re: [PATCH v3 5/5] iwlwifi: move remaining iwl-agn-rx.c code into iwl-rx.c
From: Stanislaw Gruszka <hidden>
Date: 2011-03-03 09:19:44
From: Stanislaw Gruszka <hidden>
Date: 2011-03-03 09:19:44
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