Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89967
b: refs/heads/master
c: f3af89d
h: refs/heads/master
i:
  89965: 18a31dc
  89963: 2b8eb55
  89959: ef2d4b0
  89951: e883e32
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Feb 29, 2008
1 parent eac8ce0 commit 1a8392d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 665e8aafb4e0826caec9db25617b186ea3f3ec91
refs/heads/master: f3af89d1aaaf2d2ef3bc6afe5eadb7127c51fe12
5 changes: 3 additions & 2 deletions trunk/net/mac80211/debugfs_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,13 @@ 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(mac);
DECLARE_MAC_BUF(mbuf);
u8 *mac;

if (!stations_dir)
return;

print_mac(mac, sta->addr);
mac = print_mac(mbuf, sta->addr);

sta->debugfs.dir = debugfs_create_dir(mac, stations_dir);
if (!sta->debugfs.dir)
Expand Down

0 comments on commit 1a8392d

Please sign in to comment.