summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/Makefile
diff options
context:
space:
mode:
authorBruno Randolf2010-05-19 03:31:32 +0200
committerJohn W. Linville2010-06-02 22:13:26 +0200
commit40ca22eafeb61ee1419dd7c4c2698459183c582c (patch)
tree334285722b332023d7216621b022026e59ba8f7d /drivers/net/wireless/ath/ath5k/Makefile
parentath5k: use ath5k_softc as driver data (diff)
downloadkernel-qcow2-linux-40ca22eafeb61ee1419dd7c4c2698459183c582c.tar.gz
kernel-qcow2-linux-40ca22eafeb61ee1419dd7c4c2698459183c582c.tar.xz
kernel-qcow2-linux-40ca22eafeb61ee1419dd7c4c2698459183c582c.zip
ath5k: add sysfs files for ANI parameters
/sys/class/ieee80211/phy0/device/ani/ani_mode /sys/class/ieee80211/phy0/device/ani/noise_immunity_level /sys/class/ieee80211/phy0/device/ani/spur_level /sys/class/ieee80211/phy0/device/ani/firstep_level /sys/class/ieee80211/phy0/device/ani/ofdm_weak_signal_detection /sys/class/ieee80211/phy0/device/ani/cck_weak_signal_detection /sys/class/ieee80211/phy0/device/ani/noise_immunity_level_max /sys/class/ieee80211/phy0/device/ani/spur_level_max /sys/class/ieee80211/phy0/device/ani/firstep_level_max sysfs has a lot of symlinks, so you can find the files also in other locations, like (by PCI ID) /sys/devices/pci0000:00/0000:00:11.0/ani and others. Signed-off-by: Bruno Randolf <br1@einfach.org> Acked-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath5k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/Makefile b/drivers/net/wireless/ath/ath5k/Makefile
index cc09595b781a..2242a140e4fe 100644
--- a/drivers/net/wireless/ath/ath5k/Makefile
+++ b/drivers/net/wireless/ath/ath5k/Makefile
@@ -13,5 +13,6 @@ ath5k-y += base.o
ath5k-y += led.o
ath5k-y += rfkill.o
ath5k-y += ani.o
+ath5k-y += sysfs.o
ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
obj-$(CONFIG_ATH5K) += ath5k.o