Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move reset of HAL descriptors to ath.c | 2005-04-08 | 1 | -1/+4 | ||
| | ||||||
* | pad keys with zeros to a supported key length. this is bad but seems | 2005-04-06 | 1 | -8/+30 | ||
| | | | | | to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work... | |||||
* | <sys/types.h> is not needed with <sys/param.h> | 2005-04-06 | 1 | -2/+1 | ||
| | | | | ok reyk and damien | |||||
* | fix wep by adjusting the total packet length | 2005-04-05 | 1 | -5/+8 | ||
| | ||||||
* | remove redundant suser() checks | 2005-04-03 | 1 | -7/+1 | ||
| | ||||||
* | More ioctl permission checks. | 2005-04-02 | 1 | -1/+7 | ||
| | ||||||
* | further fixes for ar5212. | 2005-03-19 | 1 | -3/+4 | ||
| | ||||||
* | use IFQ_* instead of IF_* for the data queue | 2005-03-18 | 1 | -3/+4 | ||
| | ||||||
* | fix channel initialisation. thanks to simon slater. | 2005-03-11 | 1 | -4/+25 | ||
| | ||||||
* | fix beacon handling | 2005-03-10 | 1 | -12/+7 | ||
| | ||||||
* | use bcopy and bzero | 2005-03-10 | 1 | -20/+13 | ||
| | ||||||
* | improve radiotap support, fix some minor bugs. | 2005-03-03 | 1 | -38/+33 | ||
| | ||||||
* | addtion of a generic function for allocating beacons: ieee80211_beacon_alloc(). | 2005-03-03 | 1 | -81/+6 | ||
| | | | | ok jsg@, reyk@, dlg@ | |||||
* | fix the radiotap bpf listener | 2005-03-01 | 1 | -4/+8 | ||
| | ||||||
* | mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup the | 2005-02-17 | 1 | -651/+273 | ||
| | | | | code. | |||||
* | derived from NetBSD: | 2005-02-17 | 1 | -11/+7 | ||
| | | | | | | | | | | | | | | | | | | --- Make the node table into an LRU cache: least-recently used nodes are at the end of the node queue. Change the reference-counting discipline: ni->ni_refcnt indicates how many times net80211 has granted ni to the driver. Every node in the table with ni_refcnt=0 is eligible to be garbage-collected. The mere presence of a node in the table does not any longer indicate its auth/assoc state; nodes have a ni_state variable, now. While I am here, patch ieee80211_find_node_for_beacon to do a "best match" by bssid/ssid/channel, not a "perfect match." This keeps net80211 from caching duplicate nodes in the table. --- ok deraadt@ dlg@, looks good jsg@ | |||||
* | Make ath at cardbus not depend on ath at pci. ok reyk@ | 2005-01-03 | 1 | -1/+5 | ||
| | ||||||
* | sync with the latest work and add some stuff needed by the upcoming ar5211/ar5212 | 2004-12-31 | 1 | -15/+26 | ||
| | | | | support. some further cleanups and changes will follow. | |||||
* | support the gpio found on ath(4) devices. | 2004-11-23 | 1 | -2/+93 | ||
| | | | | ok grange@ | |||||
* | some fixes for beeing compatible with gcc3 as noticed by some people. | 2004-11-11 | 1 | -2/+2 | ||
| | | | | thanks to Joerg Sonnenberger and Nathan Binkert. | |||||
* | spacing, beautify dmesg output | 2004-11-02 | 1 | -3/+3 | ||
| | ||||||
* | imported Sam Leffler's ath driver for atheros multimode wireless nics | 2004-11-02 | 1 | -0/+3622 | ||
from NetBSD and FreeBSD. ok deraadt@ |