summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06rt2x00: claim RSN IBSS supportStanislaw Gruszka1-0/+2
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa1-2/+2
2012-04-17rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe failsAndreas Hartmann1-3/+4
2012-04-10rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia1-5/+1
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2012-03-15rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka1-1/+1
2012-03-12rt2x00: fix random stallsStanislaw Gruszka1-1/+5
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2012-02-27rt2x00:Add VCO recalibrationJohn Li1-0/+4
2012-02-21rt2x00: fix a possible NULL pointer dereferenceGabor Juhos1-1/+2
2012-02-08rt2x00: Introduce concept of driver data in struct rt2x00_dev.Gertjan van Wingerde1-0/+18
2011-12-06rt2x00: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-11-15rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde1-2/+20
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa1-0/+5
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa1-0/+16
2011-08-09rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa1-1/+0
2011-06-22rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka1-0/+13
2011-06-06rt2x00: fix rmmod crashStanislaw Gruszka1-0/+4
2011-05-10rt2x00: Fix rmmod hang of rt2800pciGertjan van Wingerde1-1/+1
2011-05-02rt2x00: Add autowake support for USB hardwareIvo van Doorn1-0/+88
2011-04-19rt2800usb: add timer to handle TX_STA_FIFOJohannes Stezenbach1-0/+1
2011-04-19rt2x00: fix queue timeout checksJohannes Stezenbach1-4/+4
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-7/+7
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+4
2011-04-04rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa1-1/+5
2011-04-04rt2x00: Implement tx power temperature compensationHelmut Schaa1-0/+2
2011-04-04rt2x00: Remove obsolete rt2x00queue_align_payloadHelmut Schaa1-2/+0
2011-04-04rt2x00: Calculate tx status fifo size instead of hardcoding itHelmut Schaa1-6/+12
2011-04-04rt2x00: fix cancelling uninitialized workStanislaw Gruszka1-2/+4
2011-01-31rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn1-1/+9
2011-01-31rt2x00: Kill all tasklets during device removalIvo van Doorn1-0/+4
2011-01-31rt2x00: Disable txstatus tasklet by defaultHelmut Schaa1-7/+1
2011-01-31rt2x00: Introduce tasklets for interrupt handlingHelmut Schaa1-0/+21
2011-01-31rt2x00: Make periodic beacon updates for PCI devices atomicHelmut Schaa1-10/+16
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-2/+2
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+4
2011-01-04rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa1-14/+1
2011-01-04rt2x00: allow txstatus_fifo w/o txstatus_taskletJohannes Stezenbach1-5/+5
2010-12-13rt2x00: Introduce extra queue entry sanity flagIvo van Doorn1-0/+1
2010-12-13rt2x00: Cleanup RX index countingIvo van Doorn1-3/+8
2010-12-13rt2x00: Add "flush" queue commandIvo van Doorn1-0/+1
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn1-17/+5
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn1-2/+2
2010-11-30mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach1-3/+6
2010-11-17rt2x00: Fix header_length in rt2x00lib_txdoneRA-Jay Hung1-2/+6
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn1-19/+4
2010-11-15rt2x00: checkpatch.pl error fixes for rt2x00dev.cMark Einon1-1/+1
2010-11-15rt2x00: Fix crash on USB unplugIvo van Doorn1-2/+10
2010-10-11rt2x00: Fix URB error handlingIvo van Doorn1-0/+1
2010-10-11rt2x00: Fix dead queue when skb allocation failedIvo van Doorn1-1/+1