summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2800lib.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-10/+10
2011-04-19rt2x00: Enable WLAN LED on Ralink SoC (rt305x) devicesLayne Edwards1-18/+42
2011-04-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-34/+164
2011-04-05rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa1-0/+3
2011-04-05rt2x00: Implement tx power temperature compensationHelmut Schaa1-5/+128
2011-04-05rt2x00: Indention cleanup in rt2800libHelmut Schaa1-14/+11
2011-04-05rt2x00: Don't recalculate HT40 compensation for each rateHelmut Schaa1-14/+18
2011-04-05rt2x00: Restructure bw_comp calculationHelmut Schaa1-5/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-04rt2x00: Fix rt2800 key assignment in multi bssid setupsHelmut Schaa1-13/+30
2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa1-5/+6
2011-03-04rt2x00: Add unlikely macro to special case tx status handlingHelmut Schaa1-1/+1
2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa1-2/+2
2011-03-04rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos1-342/+351
2011-02-21rt2x00: Add support for RT5390 chipRA-Shiang Tu1-54/+359
2011-02-21rt2x00: Add/Modify the GPIO register definitionShiang Tu1-1/+1
2011-02-21rt2x00: Add/Modify protection related register definitionsShiang Tu1-6/+6
2011-02-21rt2x00: Fix rt2800 txpower setting to correct valueRA-Jay Hung1-63/+173
2011-02-21rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversit...RA-Jay Hung1-9/+65
2011-02-14rt2x00: Check for errors from skb_pad() callsSeth Forshee1-2/+10
2011-01-31rt2x00: Copy the MAC address to the WCID entry properly.Gertjan van Wingerde1-1/+1
2011-01-31rt2x00: Correct initial value of US_CYC_CNT register for pcie interfaceRA-Jay Hung1-0/+4
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-30/+37
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+2
2011-01-19rt2x00: Fix and fine-tune rf registers for RT3070/RT3071/RT3090RA-Jay Hung1-8/+17
2011-01-19rt2x00: Fix radio off hang issue for PCIE interfaceRA-Jay Hung1-6/+0
2010-12-13rt2x00: Pad beacon to multiple of 32 bits.Wolfgang Kufner1-3/+6
2010-12-13rt2x00: Implement get_survey callback for rt2800Helmut Schaa1-0/+49
2010-12-13rt2x00: Add rt2800 EEPROM definitionRA-Jay Hung1-54/+57
2010-11-22rt2x00: Use static constJoe Perches1-1/+1
2010-11-18rt2x00: Add initial support for RT3370/RT3390 devices.Gertjan van Wingerde1-3/+6
2010-11-15rt2x00: checkpatch.pl error fixes for rt2800lib.cMark Einon1-1/+1
2010-11-15rt2x00: Fix hw crypto in AP mode for some devicesHelmut Schaa1-1/+12
2010-11-15rt2x00: Reduce tx descriptor sizeHelmut Schaa1-1/+1
2010-11-15rt2x00: Wait up to one second on rt2800 for WPDMA to be readyHelmut Schaa1-1/+5
2010-11-15rt2x00: Sync Tx and RX ring sizes with legacy driversHelmut Schaa1-1/+1
2010-11-15rt2x00: Add TXOP_CTRL_CFG register definitionHelmut Schaa1-1/+17
2010-10-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2010-10-11rt2x00: Use proper type for rxwi_w2 in rt2800_agc_to_rssiHelmut Schaa1-1/+1
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-57/+207
2010-10-05rt2x00: Work around hw aggregation oddity in rt2800Helmut Schaa1-0/+27
2010-10-05rt2x00: Enable rx aggregation in rt2800Helmut Schaa1-2/+6
2010-10-05rt2x00: Improve TX status entry validationIvo van Doorn1-2/+3
2010-10-05rt2x00: correctly set max_report_rates in rt61pci and rt2800Helmut Schaa1-2/+3
2010-10-05rt2x00: Don't enable broad- and multicast buffering on USB devicesHelmut Schaa1-1/+10
2010-10-05rt2x00: Don't initialize MM40 HT protection to RTS/CTS on PCI devicesHelmut Schaa1-2/+1
2010-10-05rt2x00: Implement HT protection for rt2800Helmut Schaa1-0/+99
2010-10-05rt2x00: Split out parts of the rt2800_txdone function for easier reuseHelmut Schaa1-47/+53
2010-10-05rt2x00: Don't overwrite beacon buffers in pairwise key setupHelmut Schaa1-1/+5
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-24/+44