Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd8a040e authored by Ron Rindjunsky's avatar Ron Rindjunsky Committed by John W. Linville
Browse files

iwlwifi: fix sparse warning in iwl 3945



This patch fixes a sparse warning over iwl3945_add_radiotap function by
turning it static

Signed-off-by: default avatarRon Rindjunsky <ron.rindjunsky@intel.com>
Acked-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6feeb8aa
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -238,7 +238,8 @@ void iwl3945_hw_rx_statistics(struct iwl3945_priv *priv, struct iwl3945_rx_mem_b
	priv->last_statistics_time = jiffies;
}

void iwl3945_add_radiotap(struct iwl3945_priv *priv, struct sk_buff *skb,
static void iwl3945_add_radiotap(struct iwl3945_priv *priv,
				 struct sk_buff *skb,
				 struct iwl3945_rx_frame_hdr *rx_hdr,
				 struct ieee80211_rx_status *stats)
{