summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
AgeCommit message (Expand)AuthorFilesLines
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-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2010-07-16rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd1-5/+5
2010-07-13rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa1-4/+22
2010-07-13rt2x00: Implement broad- and multicast bufferingHelmut Schaa1-2/+30
2010-07-13rt2x00: Allow beacon update without scheduling a workHelmut Schaa1-8/+5
2010-07-13rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa1-3/+20
2010-07-13rt2x00: 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-16rt2x00: Fix tx status reporting when falling back to the lowest rateHelmut Schaa1-1/+12
2010-06-16rt2x00: 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-03wireless: fix several minor description typosWalter Goldens1-1/+1
2010-05-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+0
2010-04-29rt2x00: 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 imp...Tejun 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+11
2010-01-06rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde1-1/+11
2009-12-22rt2x00: Only remove L2 padding in received frames if there is payload.Gertjan van Wingerde1-1/+3
2009-12-22rt2x00 : trim the skb after having the l2pad removed.Alban Browaeys1-3/+3
2009-11-28rt2x00: Centralize setting of extra TX headroom requested by rt2x00.Gertjan van Wingerde1-0/+5
2009-11-19mac80211: request TX status where neededJohannes Berg1-5/+6
2009-11-12rt2x00: Update copyright statements.Gertjan van Wingerde1-1/+1
2009-11-12rt2x00: Remove deprecated ieee80211_rx_status->qual usageIvo van Doorn1-1/+0
2009-11-06rt2x00: Don't queue ieee80211 work after USB removalSean Cross1-2/+2
2009-08-31rt2x00: Reorganize padding & L2 paddingIvo van Doorn1-5/+5
2009-08-31rt2x00: Fix TX status reportingIvo van Doorn1-12/+16
2009-08-20rt2x00: bss_info_changed() callback is allowed to sleepIvo van Doorn1-8/+0
2009-08-20rt2x00: configure_filter() callback is allowed to sleepIvo van Doorn1-10/+0
2009-08-20rt2x00: Add support for retry ratesBenoit PAPILLAULT1-5/+17
2009-08-14rt2x00: Fix for race condition while update beaconIgor Perminov1-7/+0
2009-08-14rt2x00: Remove usage of deprecated radio_enabled & IEEE80211_CONF_CHANGE_RADI...Ivo van Doorn1-0/+7
2009-08-05rt2x00: cancel all work on disconnectPavel Roskin1-0/+6
2009-08-05mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-1/+1
2009-07-24rt2x00: Remove DEVICE_STATE_DISABLED_RADIO_HWIvo van Doorn1-2/+1
2009-07-10rt2x00: use wiphy rfkill interfaceIvo van Doorn1-2/+0
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2