summaryrefslogtreecommitdiffstats
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-112-5/+16
* validate tx rate(s) in the raw xmit pathsam2009-05-291-3/+3
* Overhaul monitor mode handling:sam2009-05-204-84/+71
* Hoist 802.11 encapsulation up into net80211:sam2009-03-302-16/+0
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-294-30/+18
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-292-16/+16
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* o use the new association callback to notify the driver when joining a bsssam2008-10-272-12/+2
* Change the calling convention for ic_node_alloc to deal withsam2008-06-072-6/+8
* Update PLCP<->rate mapping support:sam2008-05-122-4/+52
* Minor cleanup of vap create work:sam2008-05-122-2/+4
* fix typo's that broke duration calculation on protection framessam2008-05-112-2/+2
* Only start the vaps if the init routine completed.thompsa2008-05-102-2/+4
* Unify all the wifi *_ioctl routinesthompsa2008-05-012-14/+16
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-209-3958/+1170
* fix locking botchsam2008-04-091-1/+3
* Various bug fixes for 2560 parts of ral(4):sephe2008-02-033-37/+115
* Check wep flag in *_tx_mgt since we need to encrypt some management framekevlo2007-11-062-0/+22
* Update beacon handling to sync w/ vap code base:sam2007-09-172-3/+14
* Add missing bits that made bg scanning lame:sam2007-09-052-0/+12
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-052-0/+2
* Use bus_get_dma_tag() to obtain the parent DMA tag.kevlo2007-07-222-24/+29
* Don't use 64-byte header on each packet in radiotap.kevlo2007-06-292-6/+8
* Update 802.11 wireless support:sam2007-06-117-276/+391
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-191-1/+7
* allow net80211 to fillin rate setssam2007-03-112-40/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove dependency on deprecated if_watchdog ABI.bms2006-12-194-31/+19
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.kevlo2006-12-072-0/+4
* 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
OpenPOWER on IntegriCloud