summaryrefslogtreecommitdiff
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-2110-13/+13
* MFC 1.19: fix locking botchSam Leffler2008-04-251-1/+3
* MFC: rt2560.c 1.19Sepherosa Ziehau2008-02-063-37/+115
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-172-3/+14
* Add missing bits that made bg scanning lame:Sam Leffler2007-09-052-0/+12
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-052-0/+2
* Use bus_get_dma_tag() to obtain the parent DMA tag.Kevin Lo2007-07-222-24/+29
* Don't use 64-byte header on each packet in radiotap.Kevin Lo2007-06-292-6/+8
* Update 802.11 wireless support:Sam Leffler2007-06-117-271/+386
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-1/+7
* allow net80211 to fillin rate setsSam Leffler2007-03-112-40/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove dependency on deprecated if_watchdog ABI.Bruce M Simpson2006-12-194-31/+19
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.Kevin Lo2006-12-072-0/+4
* remove unnecessary null ptr checkSam Leffler2006-08-021-2/+1
* support for 802.11 packet injection via bpfSam Leffler2006-07-261-0/+125
* Fix kernel panic in rt2661_tx_intr() if no frames has been sent.Max Khon2006-06-051-0/+4
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-2/+2
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-022-10/+10
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-163-3/+0
* o fixes the locking of if_init().Damien Bergamini2006-03-212-3/+45
* Disable 802.11e support for now. Did some cleanup while I'm here.Damien Bergamini2006-03-071-4/+2
* Fix include paths to make this compile.Mike Silbersack2006-03-053-10/+10
* Import microcodes for RT2561, RT2561S and RT2661 chipsets.Damien Bergamini2006-03-051-0/+2268
* Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)Damien Bergamini2006-03-059-1295/+4813
* use s/w bmiss facilitySam Leffler2006-02-181-0/+2
* stop device so we don't panic on card ejectSam Leffler2006-02-181-0/+1
* Adjust tx power based on user preferences.Damien Bergamini2006-01-291-0/+3
* o Fix short preamble supportDamien Bergamini2006-01-293-60/+95
* Sync with ural:Damien Bergamini2005-11-292-18/+19
* Optimize PLCP length field computation for 802.11b rates.Damien Bergamini2005-11-231-5/+4
* Optimize and clean TX time computation.Damien Bergamini2005-11-151-22/+7
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini2005-11-131-21/+41
* Remove OLDCARD shimsWarner Losh2005-09-211-23/+4
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Avoid deferencing NULL in if_free().Ruslan Ermilov2005-09-161-3/+2
* if_ral_pccard does not depend on pccard module directly, but ratherWarner Losh2005-08-221-1/+0
* Fix basic rates set for 802.11a/g operating modes. This can significantlyDamien Bergamini2005-08-211-16/+29
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALDamien Bergamini2005-08-201-4/+6
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-7/+8
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-092-13/+14
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-221-2/+2
* remove local mods that snuck into rev 1.6Sam Leffler2005-07-101-4/+1
* remove driver-private key allocators; use the default one insteadSam Leffler2005-07-101-12/+0
* oops ... forgot to declare sc in my previous commit. unbreak build.Damien Bergamini2005-07-081-0/+1
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.Damien Bergamini2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failsSam Leffler2005-07-081-2/+7
* reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-071-1/+3
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerDamien Bergamini2005-06-291-9/+23
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1