summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_atu.c
AgeCommit message (Expand)Author
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
2005-07-07initialize Scan.SSID from the right sourcejoshua stein
2005-07-01Remove duplicate if_start assignment. ok dlg@Jonathan Gray
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-08lots of new devices found in a linux driverDavid Gwynne
2005-03-03sort devices and remove a duplicateDavid Gwynne
2005-03-03properly implement hardware wep support. mostly done by jesse off withDavid Gwynne
2005-03-03some mbuf handling fixes from netbsdDavid Gwynne
2005-03-03OQO model 01 internal wireless. help from many, ok by dlgJun-ichiro itojun Hagino
2005-02-28another fix from netbsd pointed out by jsg@David Gwynne
2005-02-24fixes inspired by netbsd and pointed out by jsg@David Gwynne
2005-02-17derived from NetBSD:Reyk Floeter
2005-01-26add the Belkin F5D6050 802.11b Wireless Device. from netbsdDavid Gwynne
2005-01-23Add the Askey WLL013. found by jsg in a dmesgDavid Gwynne
2004-12-30get rid of ieee80211 debug outputDavid Gwynne
2004-12-23turn padding of tx packets on since it appears it may be needed by certainDavid Gwynne
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-13set the buffer up before we try to use it. fixes a panic on sparc64 whichDavid Gwynne
2004-12-12wait till we have root mounted before trying to upload firmwaresDavid 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
2004-12-06tell net80211 that we can get probes/beacons on any channel during a scan.David Gwynne
2004-12-06dont try and detect if the external firmware is already loaded by changingDavid Gwynne
2004-12-05do a scan for networks when net80211 thinks we should rather than doing itDavid Gwynne
2004-12-05net80211 in the watchdogDavid Gwynne
2004-12-05clean up init of the tx xfersDavid Gwynne
2004-12-05unbreak builds without ATU_DEBUG set.David Gwynne
2004-12-05clean up some more of the old state machineDavid Gwynne
2004-12-05shrink atu_ioctl to only have the useful bits. inet6 seems a bit happier as aDavid Gwynne
2004-12-05rely on net80211 for media status/changes. reset the device as neededDavid 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
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
2004-11-23use ieee80211com to store the macDavid Gwynne
2004-11-22better fix for the internal fw loader that doesnt break 64bit archsDavid Gwynne
2004-11-22use a size_t hereTheo de Raadt
2004-11-22use a signed type if we're comparing the var to -1. fixes loading of theDavid Gwynne
2004-11-22cleaner handling of unknown radiosTheo de Raadt
2004-11-21introduce the net80211 framework to atuDavid Gwynne
2004-11-19remove the atmel dwl120 since its product ids dont seem to exist, it looksDavid Gwynne
2004-11-19cleanup includesDavid Gwynne
2004-11-17use the filesystem based firmware loader; dlg okTheo de Raadt
2004-11-17remove bogus printfTheo de Raadt
2004-11-16get rid of the ATU_NO_COPY_TX knob. we always want it on.David Gwynne