diff options
author | Piotr Haber <phaber@broadcom.com> | 2012-11-28 15:44:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-11-30 13:38:17 -0500 |
commit | 8e21df23894e12937fb3b51197bf5d0c4d7cc8ba (patch) | |
tree | db931d33e29c6149050f630d00f268a6f865a863 /drivers/net/wireless/brcm80211/brcmsmac/pub.h | |
parent | 57fe504817ccec9b6ac23e973d2925343bf1e3b6 (diff) |
brcmsmac: hardware info in debugfs
Put basic information about hardware in debugfs.
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Piotr Haber <phaber@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/brcm80211/brcmsmac/pub.h')
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/pub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/pub.h b/drivers/net/wireless/brcm80211/brcmsmac/pub.h index 2aafe740ebd8..4fb2834f4e64 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/pub.h +++ b/drivers/net/wireless/brcm80211/brcmsmac/pub.h | |||
@@ -176,6 +176,7 @@ struct brcms_pub { | |||
176 | bool phy_11ncapable; /* the PHY/HW is capable of 802.11N */ | 176 | bool phy_11ncapable; /* the PHY/HW is capable of 802.11N */ |
177 | 177 | ||
178 | struct wl_cnt *_cnt; /* low-level counters in driver */ | 178 | struct wl_cnt *_cnt; /* low-level counters in driver */ |
179 | struct dentry *dbgfs_dir; | ||
179 | }; | 180 | }; |
180 | 181 | ||
181 | enum wlc_par_id { | 182 | enum wlc_par_id { |