summaryrefslogtreecommitdiffstats
path: root/rules/madwifi.in
blob: 0b1e6b8d2b20461a26700105fd7f2665fc37205e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
config MADWIFI
	tristate
	prompt "Multiband Atheros WiFi Driver"
	select KERNEL
	help
	  MadWifi is one of the most advanced WLAN drivers
	  available for Linux today. It is stable and has
	  an established userbase. The driver itself is open
	  source but depends on the proprietary Hardware
	  Abstraction Layer (HAL) that is available in binary
	  form only.

config MADWIFI_TOOLS_ATHEROS_STATS
	bool
	prompt "Atheros Stats"
	depends on MADWIFI
	help
	  Athstats takes two arguments, an interface to query
	  and an interval period (between successive queries)
	  in milliseconds. For e.g. /usr/bin/athstats-oml
	   --interface ath0 --interval 100 implies that this
	  application will query the interface ath0 every 100ms.

config MADWIFI_TOOLS_80211_STATS
	bool
	prompt "802.11 Stats"
	depends on MADWIFI
	help
	  80211stats - simple tool to display collected madwifi 802.11 statistics

	  Provide statistics about the madwifi 802.11 stack. 80211stats will
	  print a summary of statistical elements including rx errors, node,
	  crypto and key management data.