* [PATCH 5/8] mac80211_hwsim: Remove unused DECLARE_MAC_BUF
@ 2009-07-16 8:57 Tobias Klauser
0 siblings, 0 replies; only message in thread
From: Tobias Klauser @ 2009-07-16 8:57 UTC (permalink / raw)
To: linville, johannes, jouni.malinen, lrodriguez, davem, netdev
Cc: Tobias Klauser
Is not needed anymore because of the %pM printk conversion specifier.
Signed-off-by: Tobias Klauser <klto@zhaw.ch>
---
drivers/net/wireless/mac80211_hwsim.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c
index a111bda..08cfd4b 100644
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
@@ -757,7 +757,6 @@ static void hwsim_send_ps_poll(void *dat, u8 *mac, struct ieee80211_vif *vif)
{
struct mac80211_hwsim_data *data = dat;
struct hwsim_vif_priv *vp = (void *)vif->drv_priv;
- DECLARE_MAC_BUF(buf);
struct sk_buff *skb;
struct ieee80211_pspoll *pspoll;
@@ -787,7 +786,6 @@ static void hwsim_send_nullfunc(struct mac80211_hwsim_data *data, u8 *mac,
struct ieee80211_vif *vif, int ps)
{
struct hwsim_vif_priv *vp = (void *)vif->drv_priv;
- DECLARE_MAC_BUF(buf);
struct sk_buff *skb;
struct ieee80211_hdr *hdr;
--
1.6.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-16 8:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 8:57 [PATCH 5/8] mac80211_hwsim: Remove unused DECLARE_MAC_BUF Tobias Klauser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox