aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-11rt2x00: Validate MCS on RX pathIvo van Doorn1-35/+37
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn1-5/+5
2010-10-05rt2x00: Fix oops caused by error path in rt2x00lib_startHelmut Schaa1-3/+1
2010-10-05rt2x00: rework tx status handling in rt2800pciHelmut Schaa1-0/+34
2010-08-31rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn1-0/+6
2010-08-25rt2x00: Fix max TX power settingsIvo van Doorn1-1/+1
2010-08-16rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn1-7/+9
2010-08-16rt2x00: Add helper function for reporting tx statusIvo van Doorn1-0/+12
2010-08-16rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn1-23/+12
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2010-07-16rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd1-5/+5
2010-07-12rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa1-4/+22
2010-07-12rt2x00: Implement broad- and multicast bufferingHelmut Schaa1-2/+30
2010-07-12rt2x00: Allow beacon update without scheduling a workHelmut Schaa1-8/+5
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa1-3/+20
2010-07-12rt2x00: Implement watchdog monitoringIvo van Doorn1-0/+10
2010-06-30rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde1-0/+15
2010-06-30rt2x00: Implement tx mpdu aggregationHelmut Schaa1-0/+15
2010-06-15rt2x00: Fix tx status reporting when falling back to the lowest rateHelmut Schaa1-1/+12
2010-06-15rt2x00: don't use TXDONE_FALLBACK as success indicatorHelmut Schaa1-2/+1
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde1-5/+0
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+0
2010-04-28rt2x00: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+11
2010-01-05rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde1-1/+11