summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_atureg.h
AgeCommit message (Collapse)Author
2007-11-27typos; ok jmc@Martynas Venckus
sys/dev/pci/pciide.c from naddy@
2007-06-09Remove the definition and use of UPACKED and replace it with our own __packedMarc Balmer
(to which UPACKED was define'd before anway). No binary change, just one layer of confusion less in the sourcecode. ok jsg
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
Tested by thib and myself. ok mbalmer jsg
2006-07-18Tyops: simultaniously and carefullMichael Knudsen
2006-06-27__attribute__((__packed__)) -> __packedJonathan Gray
2006-06-27Add support for max rssi/signal strength percentage on RFMD 2958Jonathan Gray
based adapters. ok dlg@
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
now there is no confusion since it is only provided by net80211.
2005-05-23Initial radiotap support. ok dlg@Jonathan Gray
2005-03-08add support for the new firmwares and the devices that use themDavid Gwynne
2005-03-03properly implement hardware wep support. mostly done by jesse off withDavid Gwynne
some minor cleanup by me
2004-12-23turn padding of tx packets on since it appears it may be needed by certainDavid Gwynne
firmwares or revisions of the chip. also remove the option to turn it off.
2004-12-20lots of minor tweaking and cleanup, removal of unused junk, etc; dlg okTheo de Raadt
2004-12-13endian fixes, ie, atu will now work on big endian architectures.David Gwynne
2004-12-12do a better reattachement of this deviceDavid Gwynne
2004-12-08remove the variables that used to make up the signal cache. nothing in atuDavid Gwynne
is using this now. from daan vreeken
2004-12-08remove some defines for timeouts that are no longer used thanks to net80211David Gwynne
from daan vreeken
2004-12-05do a scan for networks when net80211 thinks we should rather than doing itDavid Gwynne
only when we bring the interface up.
2004-12-05clean up some more of the old state machineDavid Gwynne
2004-12-05remove the dependance on code from wiDavid Gwynne
2004-12-04remove code that is now unused because of the move to net80211 and theDavid Gwynne
rx/tx cleanup
2004-12-04clean up the tx pathDavid Gwynne
2004-12-04clean up the rx pathDavid Gwynne
2004-12-04disable the state machine in atu in favour of the net80211 framework. lots ofDavid Gwynne
cleanup to follow. partly from daan vreeken, partly from me
2004-11-23use ieee80211com to store the macDavid Gwynne
2004-11-21introduce the net80211 framework to atuDavid Gwynne
2004-11-17stuff after #endifTheo de Raadt
2004-11-16get rid of the ATU_NO_COPY_TX knob. we always want it on.David Gwynne
2004-11-15remove some debug cruftDavid Gwynne
2004-11-12support SIOCG80211BSSID SIOCS80211CHANNEL SIOCG80211POWER; from daanTheo de Raadt
2004-11-09remove useless bpf code. removes dependancy on code from an(4).David Gwynne
2004-11-08Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driverDavid Gwynne
originally the atuwi driver from Daan Vreeken, but with enough changes by deraadt@ and me to warrant a name change. there are still plenty of issues to resolve, but at least i can get packets over it now. ok deraadt@