diff options
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r-- | net/mac80211/debugfs.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index 0e963bc1ceac..54a189f0393e 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c | |||
@@ -3,6 +3,7 @@ | |||
3 | * mac80211 debugfs for wireless PHYs | 3 | * mac80211 debugfs for wireless PHYs |
4 | * | 4 | * |
5 | * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> | 5 | * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> |
6 | * Copyright 2013-2014 Intel Mobile Communications GmbH | ||
6 | * | 7 | * |
7 | * GPLv2 | 8 | * GPLv2 |
8 | * | 9 | * |
@@ -302,11 +303,6 @@ static ssize_t hwflags_read(struct file *file, char __user *user_buf, | |||
302 | sf += scnprintf(buf + sf, mxln - sf, "SUPPORTS_DYNAMIC_PS\n"); | 303 | sf += scnprintf(buf + sf, mxln - sf, "SUPPORTS_DYNAMIC_PS\n"); |
303 | if (local->hw.flags & IEEE80211_HW_MFP_CAPABLE) | 304 | if (local->hw.flags & IEEE80211_HW_MFP_CAPABLE) |
304 | sf += scnprintf(buf + sf, mxln - sf, "MFP_CAPABLE\n"); | 305 | sf += scnprintf(buf + sf, mxln - sf, "MFP_CAPABLE\n"); |
305 | if (local->hw.flags & IEEE80211_HW_SUPPORTS_STATIC_SMPS) | ||
306 | sf += scnprintf(buf + sf, mxln - sf, "SUPPORTS_STATIC_SMPS\n"); | ||
307 | if (local->hw.flags & IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS) | ||
308 | sf += scnprintf(buf + sf, mxln - sf, | ||
309 | "SUPPORTS_DYNAMIC_SMPS\n"); | ||
310 | if (local->hw.flags & IEEE80211_HW_SUPPORTS_UAPSD) | 306 | if (local->hw.flags & IEEE80211_HW_SUPPORTS_UAPSD) |
311 | sf += scnprintf(buf + sf, mxln - sf, "SUPPORTS_UAPSD\n"); | 307 | sf += scnprintf(buf + sf, mxln - sf, "SUPPORTS_UAPSD\n"); |
312 | if (local->hw.flags & IEEE80211_HW_REPORTS_TX_ACK_STATUS) | 308 | if (local->hw.flags & IEEE80211_HW_REPORTS_TX_ACK_STATUS) |