mac80211: convert to %pM away from print_mac
Also remove a few stray DECLARE_MAC_BUF that were no longer used at all. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
dd45c9cf68
commit
0c68ae2605
@@ -246,15 +246,14 @@ STA_OPS_WR(agg_status);
|
||||
void ieee80211_sta_debugfs_add(struct sta_info *sta)
|
||||
{
|
||||
struct dentry *stations_dir = sta->local->debugfs.stations;
|
||||
DECLARE_MAC_BUF(mbuf);
|
||||
u8 *mac;
|
||||
u8 mac[3*ETH_ALEN];
|
||||
|
||||
sta->debugfs.add_has_run = true;
|
||||
|
||||
if (!stations_dir)
|
||||
return;
|
||||
|
||||
mac = print_mac(mbuf, sta->sta.addr);
|
||||
snprintf(mac, sizeof(mac), "%pM", sta->sta.addr);
|
||||
|
||||
/*
|
||||
* This might fail due to a race condition:
|
||||
|
Reference in New Issue
Block a user