madwifi/.git
17 years agoLinux 2.6.24 moves proc_net inside init_net
proski [Wed, 17 Oct 2007 16:59:45 +0000 (16:59 +0000)]
Linux 2.6.24 moves proc_net inside init_net

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2756 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoFix compilation for the forthcoming Linux 2.6.24
proski [Wed, 17 Oct 2007 03:39:50 +0000 (03:39 +0000)]
Fix compilation for the forthcoming Linux 2.6.24

SET_MODULE_OWNER() is not defined in 2.6.24, but it's already a no-op in
2.6.23.  Make sure that it will be a no-op in 2.6.23 and newer kernels.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2754 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoadd dump eeprom option (-d) to ath_info to dump the entire contents
br1 [Tue, 16 Oct 2007 12:32:26 +0000 (12:32 +0000)]
add dump eeprom option (-d) to ath_info to dump the entire contents
of the eeprom to the screen and to a file

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2750 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoTry not to dereference null pointers; the loop above might not have run
mentor [Sun, 14 Oct 2007 17:48:45 +0000 (17:48 +0000)]
Try not to dereference null pointers; the loop above might not have run

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2745 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoRefactor beacon buffer generating loop for readability
mentor [Sat, 13 Oct 2007 21:19:49 +0000 (21:19 +0000)]
Refactor beacon buffer generating loop for readability

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2742 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoIf a rates information element is received that is larger than we will accept, simply...
mentor [Thu, 11 Oct 2007 15:40:49 +0000 (15:40 +0000)]
If a rates information element is received that is larger than we will accept, simply take the first maximum size elements and continue, rather than BUG'ing out.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2736 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoSignificantly lower the PCI_LATENCY_TIMER value that we were setting. This is essenti...
mentor [Mon, 8 Oct 2007 12:02:22 +0000 (12:02 +0000)]
Significantly lower the PCI_LATENCY_TIMER value that we were setting. This is essentially hte total time we are allowed to hold onto the PCI bus, before we see if anyone else wants a go. Higher means better throuhgput at the expense of the latency of other devices, and vice versa.

This value is roughly around the value that other devices are setting. The previous value appeared to be stupidly high.

This may solve some interactivity problems and machine performance issues.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2732 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoFunction declaration whitespace
mentor [Mon, 8 Oct 2007 11:38:21 +0000 (11:38 +0000)]
Function declaration whitespace

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2731 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoFix lock context imbalance in ap_end() found by sparse
proski [Fri, 5 Oct 2007 17:01:13 +0000 (17:01 +0000)]
Fix lock context imbalance in ap_end() found by sparse

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2726 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoAdded support for AP mode scan results to be updated and returned to
mtaylor [Fri, 5 Oct 2007 05:52:42 +0000 (05:52 +0000)]
Added support for AP mode scan results to be updated and returned to
wireless tools and other clients.  This fixes:

bgscan
iwlist <iface> scan
wlanconfig <iface> list scan
wlanconfig <iface> list peers

etc...

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2724 0192ed92-7a03-0410-a25b-9323aeb14dbd

17 years agoRestructuring the repository layout in response to ath5k.
mrenzmann [Thu, 4 Oct 2007 13:07:51 +0000 (13:07 +0000)]
Restructuring the repository layout in response to ath5k.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2721 0192ed92-7a03-0410-a25b-9323aeb14dbd