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:
parent
207ecc5eab
commit
3a3b14c26c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue