summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2800lib.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-15rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa1-24/+36
2010-09-15rt2x00: Initialize AMPDU_BA_WINSIZE registerHelmut Schaa1-0/+8
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-77/+228
2010-08-31rt2x00: Don't set unicast/BSSID masks when clearning MAC or BSSIDIvo van Doorn1-7/+11
2010-08-31rt2x00: Wakeup hardware before loading firmwareIvo van Doorn1-0/+6
2010-08-31rt2x00: Validate TX status results with current data entryIvo van Doorn1-23/+50
2010-08-31rt2x00: Add rt2800_wait_csr_readyIvo van Doorn1-10/+18
2010-08-31rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa1-1/+1
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+125
2010-08-25rt2x00: Fix max TX power settingsIvo van Doorn1-26/+39
2010-08-25rt2x00: Fix channel configuration for RF3052Ivo van Doorn1-13/+16
2010-08-25rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800libIvo van Doorn1-6/+97
2010-08-25rt2x00: Fix rt2800 retry calculationIvo van Doorn1-1/+0
2010-08-18drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-1/+1
2010-08-16rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn1-1/+1
2010-08-16rt2x00: Implement TX status reporting for rt2800usbIvo van Doorn1-0/+117
2010-08-16rt2x00: Request TXWI pointer from driverIvo van Doorn1-3/+5
2010-08-16rt2x00: Set MIMO PS flag in tx descriptor for STAs in dynamic SMPS modeIvo van Doorn1-1/+2
2010-07-13rt2x00: Move common firmware loading into rt2800libIvo van Doorn1-0/+155
2010-07-13rt2x00: Add missing TSF sync mode for AP operationHelmut Schaa1-2/+3
2010-07-13rt2x00: Don't initialize beacon interval to 0 on rt2800 devicesHelmut Schaa1-1/+1
2010-07-13rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa1-34/+14
2010-07-13rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa1-0/+16
2010-07-13rt2x00: Make rt2800_write_beacon only export to GPLIvo van Doorn1-1/+1
2010-07-13rt2x00: Disable link tuning while scanningIvo van Doorn1-0/+2
2010-07-13rt2x00: Convert AGC value from descriptor to RSSI (dBm)Ivo van Doorn1-6/+51
2010-07-13rt2x00: Limit txpower by eeprom valuesHelmut Schaa1-52/+101
2010-06-30rt2x00: Fix compile warning when debug disabledIvo van Doorn1-2/+1