diff options
author | Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> | 2016-03-19 19:59:43 +0530 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-04-05 11:57:11 +0200 |
commit | 96f321c9d42a61aa1e2760a47a574f286b028be2 (patch) | |
tree | 976a436ed22c413fe93ab7bf53b71f9e8509a79f /net/mac80211/debugfs_sta.c | |
parent | 1e0bbebaae660f27c24cbd9c3e693420234115ff (diff) | |
download | blackbird-op-linux-96f321c9d42a61aa1e2760a47a574f286b028be2.tar.gz blackbird-op-linux-96f321c9d42a61aa1e2760a47a574f286b028be2.zip |
mac80211: Remove unused variable in per STA debugfs struct
Remove unused variable in per STA debugfs structure, 'commit 34e895075e21
("mac80211: allow station add/remove to sleep")' removed the only user of
'add_has_run'.
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs_sta.c')
-rw-r--r-- | net/mac80211/debugfs_sta.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c index fbbd66c9ca51..051b22505720 100644 --- a/net/mac80211/debugfs_sta.c +++ b/net/mac80211/debugfs_sta.c @@ -352,8 +352,6 @@ void ieee80211_sta_debugfs_add(struct sta_info *sta) struct dentry *stations_dir = sta->sdata->debugfs.subdir_stations; u8 mac[3*ETH_ALEN]; - sta->debugfs.add_has_run = true; - if (!stations_dir) return; |