Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | No colon after "address" when printing out Ethernet address. | 2001-04-17 | 1 | -2/+2 | ||
| | ||||||
* | Avoid resetting the interface when not needed; allows temporary WEP keys | 2001-04-16 | 1 | -20/+19 | ||
| | | | | | | to work. ALso optimize some interactions with the card. Fixes rest of PR 1754; ok deraadt@ | |||||
* | Always fully reset the card on an_init() | 2001-02-27 | 1 | -15/+15 | ||
| | | | | | | Call an_init() when setting and clearing promisc; makes transmitter work after turning off promiscuous mode Identify RID in an_read_record() on failure | |||||
* | Allow configuration of WEP. From FreeBSD; ok aaron@ | 2001-02-26 | 1 | -2/+26 | ||
| | ||||||
* | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | 2001-02-20 | 1 | -2/+2 | ||
| | ||||||
* | BSS mode by default. | 2001-01-10 | 1 | -2/+2 | ||
| | ||||||
* | allow rx to work after tcpdump; ok art@ | 2000-06-20 | 1 | -3/+3 | ||
| | ||||||
* | KNF | 2000-06-20 | 1 | -13/+25 | ||
| | ||||||
* | After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; | 2000-06-20 | 1 | -9/+6 | ||
| | | | | that is done in ether_input(); jason@ ok | |||||
* | Insert missing splx(); me and roberto@ns2.freenix.org. | 2000-06-19 | 1 | -2/+4 | ||
| | | | | Hacking at USENIX 2000 :-) | |||||
* | Initialize the signal quality cache iff ANCACHE | 2000-06-18 | 1 | -1/+7 | ||
| | | | | Only allow superuser to clear the signal quality cache | |||||
* | Thou shalt not bequeath to mere mortals the ability to change the configuration | 2000-06-18 | 1 | -1/+6 | ||
| | | | | of an Aironet device. | |||||
* | Fix an off-by-one error that caused uvm_fault() whenever changing any an(4) | 2000-06-18 | 1 | -2/+2 | ||
| | | | | | configuration options with ancontrol(8). Now USENIX attendees can use the wireless setup :-) | |||||
* | hide debugging printfs | 2000-04-06 | 1 | -6/+6 | ||
| | ||||||
* | aironet 802.11 ds driver from freebsd, isa and pci are missing | 2000-04-03 | 1 | -0/+1415 | ||