summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa2011-01-041-14/+1
* 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/+5
* 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/+4
* 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
* rt2x00: Validate MCS on RX pathIvo van Doorn2010-10-111-35/+37
* rt2x00: Simplify Queue function argumentsIvo van Doorn2010-10-111-5/+5
* rt2x00: Fix oops caused by error path in rt2x00lib_startHelmut Schaa2010-10-051-3/+1
* rt2x00: rework tx status handling in rt2800pciHelmut Schaa2010-10-051-0/+34
* rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn2010-08-311-0/+6
* rt2x00: Fix max TX power settingsIvo van Doorn2010-08-251-1/+1
* rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn2010-08-161-7/+9
* rt2x00: Add helper function for reporting tx statusIvo van Doorn2010-08-161-0/+12
* rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn2010-08-161-23/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-5/+5
|\
| * rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd2010-07-161-5/+5
* | rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa2010-07-121-4/+22
* | rt2x00: Implement broad- and multicast bufferingHelmut Schaa2010-07-121-2/+30
* | rt2x00: Allow beacon update without scheduling a workHelmut Schaa2010-07-121-8/+5
* | rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa2010-07-121-3/+20
* | rt2x00: Implement watchdog monitoringIvo van Doorn2010-07-121-0/+10
* | rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde2010-06-301-0/+15
* | rt2x00: Implement tx mpdu aggregationHelmut Schaa2010-06-301-0/+15
* | rt2x00: Fix tx status reporting when falling back to the lowest rateHelmut Schaa2010-06-151-1/+12
* | rt2x00: don't use TXDONE_FALLBACK as success indicatorHelmut Schaa2010-06-151-2/+1
* | rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde2010-06-031-5/+0
* | wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-1/+0
|\
| * rt2x00: remove usage of deprecated noise valueJohn W. Linville2010-04-281-1/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-1/+11
|\|
| * rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde2010-01-051-1/+11
* | rt2x00: Only remove L2 padding in received frames if there is payload.Gertjan van Wingerde2009-12-211-1/+3
* | rt2x00 : trim the skb after having the l2pad removed.Alban Browaeys2009-12-211-3/+3
|/
* rt2x00: Centralize setting of extra TX headroom requested by rt2x00.Gertjan van Wingerde2009-11-281-0/+5
* mac80211: request TX status where neededJohannes Berg2009-11-191-5/+6
* rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+1
* rt2x00: Remove deprecated ieee80211_rx_status->qual usageIvo van Doorn2009-11-111-1/+0
* rt2x00: Don't queue ieee80211 work after USB removalSean Cross2009-11-061-2/+2