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 | f3068cb1e34047e1e7ff7074e10bc88f0e3d075f (patch) | |
tree | 65eec7baf195a5e22cabdc39b1a9a168f3b72a22 /package/madwifi/Makefile | |
parent | 07b7495fbbda5ee9e683967f8b9a25b3e1212659 (diff) | |
download | upstream-f3068cb1e34047e1e7ff7074e10bc88f0e3d075f.tar.gz upstream-f3068cb1e34047e1e7ff7074e10bc88f0e3d075f.tar.bz2 upstream-f3068cb1e34047e1e7ff7074e10bc88f0e3d075f.zip |
madwifi: clean up handling of various timings such as slot time, ack timeout, eifs time, etc.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15713 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |