summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: claim RSN IBSS supportStanislaw Gruszka2012-06-061-0/+2
* rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa2012-04-231-2/+2
* rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe failsAndreas Hartmann2012-04-171-3/+4
* rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia2012-04-101-5/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-191-1/+5
|\
| * rt2x00: fix random stallsStanislaw Gruszka2012-03-121-1/+5
* | rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka2012-03-151-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-1/+2
|\|
| * rt2x00: fix a possible NULL pointer dereferenceGabor Juhos2012-02-211-1/+2
* | rt2x00:Add VCO recalibrationJohn Li2012-02-271-0/+4
* | rt2x00: Introduce concept of driver data in struct rt2x00_dev.Gertjan van Wingerde2012-02-081-0/+18
|/
* rt2x00: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-061-2/+2
* rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde2011-11-151-2/+20
* rt2x00: Introduce sta_add/remove callbacksHelmut Schaa2011-09-141-0/+5
* rt2x00: Move bssidx calculation into its own functionHelmut Schaa2011-09-141-0/+16
* rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa2011-08-091-1/+0Star
* rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka2011-06-221-0/+13
* rt2x00: fix rmmod crashStanislaw Gruszka2011-06-061-0/+4
* rt2x00: Fix rmmod hang of rt2800pciGertjan van Wingerde2011-05-101-1/+1
* rt2x00: Add autowake support for USB hardwareIvo van Doorn2011-05-021-0/+88
* rt2800usb: add timer to handle TX_STA_FIFOJohannes Stezenbach2011-04-191-0/+1
* rt2x00: fix queue timeout checksJohannes Stezenbach2011-04-191-4/+4
* rt2x00: Split rt2x00dev->flagsIvo van Doorn2011-04-191-7/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-071-2/+4
|\
| * rt2x00: fix cancelling uninitialized workStanislaw Gruszka2011-04-041-2/+4
* | rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa2011-04-041-1/+5
* | rt2x00: Implement tx power temperature compensationHelmut Schaa2011-04-041-0/+2
* | rt2x00: Remove obsolete rt2x00queue_align_payloadHelmut Schaa2011-04-041-2/+0Star
* | rt2x00: Calculate tx status fifo size instead of hardcoding itHelmut Schaa2011-04-041-6/+12
|/
* rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn2011-01-311-1/+9
* rt2x00: Kill all tasklets during device removalIvo van Doorn2011-01-311-0/+4
* rt2x00: Disable txstatus tasklet by defaultHelmut Schaa2011-01-311-7/+1Star
* rt2x00: Introduce tasklets for interrupt handlingHelmut Schaa2011-01-311-0/+21
* rt2x00: Make periodic beacon updates for PCI devices atomicHelmut Schaa2011-01-311-10/+16
* rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa2011-01-311-2/+2
* cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-211-1/+4
* rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa2011-01-041-14/+1Star
* rt2x00: allow txstatus_fifo w/o txstatus_taskletJohannes Stezenbach2011-01-041-5/+5
* rt2x00: Introduce extra queue entry sanity flagIvo van Doorn2010-12-131-0/+1
* rt2x00: Cleanup RX index countingIvo van Doorn2010-12-131-3/+8
* rt2x00: Add "flush" queue commandIvo van Doorn2010-12-131-0/+1
* rt2x00: Protect queue control with mutexIvo van Doorn2010-12-131-17/+5Star
* rt2x00: Reorganize queue callback functionsIvo van Doorn2010-12-131-2/+2
* mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach2010-11-301-3/+6
* rt2x00: Fix header_length in rt2x00lib_txdoneRA-Jay Hung2010-11-171-2/+6
* rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn2010-11-151-19/+4Star
* rt2x00: checkpatch.pl error fixes for rt2x00dev.cMark Einon2010-11-151-1/+1
* rt2x00: Fix crash on USB unplugIvo van Doorn2010-11-151-2/+10
* rt2x00: Fix URB error handlingIvo van Doorn2010-10-111-0/+1
* rt2x00: Fix dead queue when skb allocation failedIvo van Doorn2010-10-111-1/+1