diff options
Diffstat (limited to 'net/wireless/core.h')
-rw-r--r-- | net/wireless/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h index 930a80124dbf..88f234c8f6b3 100644 --- a/net/wireless/core.h +++ b/net/wireless/core.h | |||
@@ -58,6 +58,7 @@ struct cfg80211_registered_device { | |||
58 | struct dentry *fragmentation_threshold; | 58 | struct dentry *fragmentation_threshold; |
59 | struct dentry *short_retry_limit; | 59 | struct dentry *short_retry_limit; |
60 | struct dentry *long_retry_limit; | 60 | struct dentry *long_retry_limit; |
61 | struct dentry *ht40allow_map; | ||
61 | } debugfs; | 62 | } debugfs; |
62 | #endif | 63 | #endif |
63 | 64 | ||