diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-08 19:25:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-08 19:25:31 +0000 |
commit | 5bc30de4e7959b9e9639ba2db93e9c09f88072e5 (patch) | |
tree | 3720dd7906c6c87a2a5cd79f4e6d2886639cc9fd /package/madwifi/Makefile | |
parent | 537f2199ace465673e8151e389b7638c0808afea (diff) | |
download | upstream-5bc30de4e7959b9e9639ba2db93e9c09f88072e5.tar.gz upstream-5bc30de4e7959b9e9639ba2db93e9c09f88072e5.tar.bz2 upstream-5bc30de4e7959b9e9639ba2db93e9c09f88072e5.zip |
madwifi: clean up handling of various timings such as slot time, ack timeout, eifs time, etc.
SVN-Revision: 15713
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index f143f94e6e..8db820e5aa 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -151,7 +151,7 @@ ifeq ($(findstring PCI,$(BUS)),PCI) MADWIFI_AUTOLOAD+= ath_pci endif -MADWIFI_APPLETS:=80211stats athchans athctrl athkey athstats wlanconfig ath_info +MADWIFI_APPLETS:=80211stats athchans athkey athstats wlanconfig ath_info ifdef CONFIG_MADWIFI_DEBUG MADWIFI_APPLETS += athdebug 80211debug endif |