iwlagn: declare static
Declare iwl_mac_rssi_callback as "static" Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
207ecc5eab
commit
3a3b14c26c
@@ -3342,7 +3342,7 @@ static void iwl_uninit_drv(struct iwl_priv *priv)
|
|||||||
kfree(priv->beacon_cmd);
|
kfree(priv->beacon_cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void iwl_mac_rssi_callback(struct ieee80211_hw *hw,
|
static void iwl_mac_rssi_callback(struct ieee80211_hw *hw,
|
||||||
enum ieee80211_rssi_event rssi_event)
|
enum ieee80211_rssi_event rssi_event)
|
||||||
{
|
{
|
||||||
struct iwl_priv *priv = hw->priv;
|
struct iwl_priv *priv = hw->priv;
|
||||||
|
Reference in New Issue
Block a user