summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/an.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* No colon after "address" when printing out Ethernet address.aaron2001-04-171-2/+2
|
* Avoid resetting the interface when not needed; allows temporary WEP keystholo2001-04-161-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()tholo2001-02-271-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@tholo2001-02-261-2/+26
|
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-201-2/+2
|
* BSS mode by default.angelos2001-01-101-2/+2
|
* allow rx to work after tcpdump; ok art@todd2000-06-201-3/+3
|
* KNFtodd2000-06-201-13/+25
|
* After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;aaron2000-06-201-9/+6
| | | | that is done in ether_input(); jason@ ok
* Insert missing splx(); me and roberto@ns2.freenix.org.aaron2000-06-191-2/+4
| | | | Hacking at USENIX 2000 :-)
* Initialize the signal quality cache iff ANCACHEtholo2000-06-181-1/+7
| | | | Only allow superuser to clear the signal quality cache
* Thou shalt not bequeath to mere mortals the ability to change the configurationaaron2000-06-181-1/+6
| | | | of an Aironet device.
* Fix an off-by-one error that caused uvm_fault() whenever changing any an(4)aaron2000-06-181-2/+2
| | | | | configuration options with ancontrol(8). Now USENIX attendees can use the wireless setup :-)
* hide debugging printfsmickey2000-04-061-6/+6
|
* aironet 802.11 ds driver from freebsd, isa and pci are missingmickey2000-04-031-0/+1415