summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
...
| | * rt2x00: Validate TX status results with current data entryIvo van Doorn2010-08-311-23/+50
| | * rt2x00: Add rt2800_wait_csr_readyIvo van Doorn2010-08-313-21/+20
| | * rt2x00: Update rt2800 comments regarding AMPDU and PACKET_ID in TXWIHelmut Schaa2010-08-311-1/+5
| | * rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa2010-08-315-8/+8
| | * rt2x00: fix "buffer size not provably correct" build warningArnaud Patard (Rtp)2010-08-251-0/+3
| | * rt2x00: Fix max TX power settingsIvo van Doorn2010-08-259-47/+86
| | * rt2x00: Fix channel configuration for RF3052Ivo van Doorn2010-08-251-13/+16
| | * rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800libIvo van Doorn2010-08-254-145/+107
| | * rt2x00: Fix rt2800 retry calculationIvo van Doorn2010-08-251-1/+0
| | * rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTOIvo van Doorn2010-08-252-11/+3
| | * rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn2010-08-254-57/+83
| | * rt2x00: Reduce indentingIvo van Doorn2010-08-251-13/+14
| | * rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn2010-08-2511-115/+90
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-2517-236/+398
| |\ \ | | |/
| | * mac80211: use cipher suite selectorsJohannes Berg2010-08-162-10/+11
| | * rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn2010-08-166-20/+16
| | * rt2x00: Update comments regarding TXWI and TX_STA_FIFOHelmut Schaa2010-08-161-1/+26
| | * rt2x00: Implement TX status reporting for rt2800usbIvo van Doorn2010-08-164-107/+162
| | * rt2x00: Request TXWI pointer from driverIvo van Doorn2010-08-164-18/+26
| | * rt2x00: Add helper function for reporting tx statusIvo van Doorn2010-08-164-13/+16
| | * rt2x00: Set MIMO PS flag in tx descriptor for STAs in dynamic SMPS modeIvo van Doorn2010-08-163-1/+14
| | * rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn2010-08-165-62/+128
| | * rt2x00: do not shortcut rt2x00lib_config_antennaJohn W. Linville2010-08-161-8/+0
| | * rt2x00: update fw version info in wiphy structJohn W. Linville2010-08-161-0/+3
| * | drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-178-9/+9
| |/
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+4
* | net/wireless: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+1
|/
* rt2x00: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-041-11/+10
* rt2500usb: disallow to set WEP key with non zero indexStanislaw Gruszka2010-07-271-0/+8
* rt2500usb: truly disable encryption when initializeStanislaw Gruszka2010-07-271-0/+1
* rt2500usb: write keys to proper registersStanislaw Gruszka2010-07-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-07-274-12/+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
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-1322-476/+1019
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-0117-211/+222
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-179-54/+127
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-1124-415/+478
| |\ \ \ \ \
| * | | | | | drivers/net: use __packed annotationEric Dumazet2010-06-033-7/+7
| | |_|_|_|/ | |/| | | |
* | | | | | rt2x00: Fix regression for rt2500pciIvo van Doorn2010-07-261-6/+13
* | | | | | rt2x00: correct sparse warning in rt2x00debug.cJohn W. Linville2010-07-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | rt2x00: Move driver callback functions into the ops structureIvo van Doorn2010-07-124-48/+36
* | | | | rt2x00: Move common firmware loading into rt2800libIvo van Doorn2010-07-124-211/+179
* | | | | rt2x00: Add missing TSF sync mode for AP operationHelmut Schaa2010-07-123-4/+8
* | | | | rt2x00: Don't initialize beacon interval to 0 on rt2800 devicesHelmut Schaa2010-07-121-1/+1
* | | | | rt2x00: Remove set_tim callback from PCI driversHelmut Schaa2010-07-124-4/+0
* | | | | rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa2010-07-124-37/+69
* | | | | rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa2010-07-125-10/+70
* | | | | rt2x00: Implement broad- and multicast bufferingHelmut Schaa2010-07-121-2/+30
* | | | | rt2x00: Allow beacon update without scheduling a workHelmut Schaa2010-07-122-9/+30
OpenPOWER on IntegriCloud