summaryrefslogtreecommitdiffstats
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary null ptr checksam2006-08-021-2/+1
* support for 802.11 packet injection via bpfsam2006-07-261-0/+125
* Fix kernel panic in rt2661_tx_intr() if no frames has been sent.fjoe2006-06-051-0/+4
* add missed calls to bpf_peers_presentsam2006-06-021-2/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-022-10/+10
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-163-3/+0
* o fixes the locking of if_init().damien2006-03-212-3/+45
* Disable 802.11e support for now. Did some cleanup while I'm here.damien2006-03-071-4/+2
* Fix include paths to make this compile.silby2006-03-053-10/+10
* Import microcodes for RT2561, RT2561S and RT2661 chipsets.damien2006-03-051-0/+2268
* Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)damien2006-03-059-1296/+4814
* use s/w bmiss facilitysam2006-02-181-0/+2
* stop device so we don't panic on card ejectsam2006-02-181-0/+1
* Adjust tx power based on user preferences.damien2006-01-291-0/+3
* o Fix short preamble supportdamien2006-01-293-60/+95
* Sync with ural:damien2005-11-292-18/+19
* Optimize PLCP length field computation for 802.11b rates.damien2005-11-231-5/+4
* Optimize and clean TX time computation.damien2005-11-151-22/+7
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-21/+41
* Remove OLDCARD shimsimp2005-09-211-23/+4
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Avoid deferencing NULL in if_free().ru2005-09-161-3/+2
* if_ral_pccard does not depend on pccard module directly, but ratherimp2005-08-221-1/+0
* Fix basic rates set for 802.11a/g operating modes. This can significantlydamien2005-08-211-16/+29
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALdamien2005-08-201-4/+6
* Clarify/fix handling of the current channel:sam2005-08-101-7/+8
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-13/+14
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-2/+2
* remove local mods that snuck into rev 1.6sam2005-07-101-4/+1
* remove driver-private key allocators; use the default one insteadsam2005-07-101-12/+0
* oops ... forgot to declare sc in my previous commit. unbreak build.damien2005-07-081-0/+1
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.damien2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failssam2005-07-081-2/+7
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-071-1/+3
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerdamien2005-06-291-9/+23
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-5/+11
* Fix WPA (802.11i) support.damien2005-05-221-0/+12
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-187-0/+3868
OpenPOWER on IntegriCloud