summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: fix iwl1000 "RTS/CTS for HT" merge damageJohn W. Linville2009-11-111-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-115-10/+16
|\
| * iwlwifi: Fix issue on file transfer stalled in HT modeWey-Yi Guy2009-11-101-0/+1
| * iwlwifi: Use RTS/CTS as the preferred protection mechanism for 6000 seriesWey-Yi Guy2009-11-104-3/+23
| * Libertas: fix issues while configuring host sleep using ethtool wolBing Zhao2009-11-101-3/+2
| * Libertas: coding style cleanup in ethtool.cBing Zhao2009-11-101-4/+8
| * rtl8187: Fix sparse warningsLarry Finger2009-11-101-0/+1
| * ath5k: add LED definition for BenQ Joybook R55vBob Copeland2009-11-101-0/+2
| * ath5k: add LED support for HP Compaq CQ60Bob Copeland2009-11-101-0/+2
| * ath5k: don't reset mcast filter when configuring the modeBob Copeland2009-11-101-1/+0
| * b43: work around a locking issue in ->set_tim()Felix Fietkau2009-11-101-2/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-09104-28910/+7596
|\ \
| * | mwl8k: use integral index instead of pointer for driver_dataJohn W. Linville2009-11-061-24/+23
| * | mwl8k: add support for the 88w8366Lennert Buytenhek2009-11-061-1/+94
| * | mwl8k: implement AP firmware EDCA parameter configurationLennert Buytenhek2009-11-061-12/+37
| * | mwl8k: add AP firmware (mbss) handling to mwl8k_set_mac_addr()Lennert Buytenhek2009-11-061-2/+14
| * | mwl8k: add AP firmware handling to ->start()Lennert Buytenhek2009-11-061-8/+10
| * | mwl8k: add AP firmware handling to ->configure_filter()Lennert Buytenhek2009-11-061-0/+10
| * | mwl8k: implement AP firmware antenna configurationLennert Buytenhek2009-11-061-2/+42
| * | mwl8k: add the commands used for AP firmware initialisationLennert Buytenhek2009-11-061-1/+132
| * | mwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_hw_spec_sta()Lennert Buytenhek2009-11-061-5/+5
| * | mwl8k: set ->interface_modes from the driver dataLennert Buytenhek2009-11-061-1/+3
| * | mwl8k: allow for different receive descriptor formatsLennert Buytenhek2009-11-061-61/+119
| * | mwl8k: use pci_unmap_addr{,set}() to keep track of unmap addresses on rxLennert Buytenhek2009-11-061-25/+30
| * | mwl8k: handle loading AP firmware imagesLennert Buytenhek2009-11-061-4/+19
| * | mwl8k: spell out the names of firmware images in the pci driver dataLennert Buytenhek2009-11-061-21/+22
| * | mwl8k: change pci id table driver data to a structure pointerLennert Buytenhek2009-11-061-17/+30
| * | rtl8187: Remove deprecated 'qual' from returned RX statusLarry Finger2009-11-062-11/+3
| * | b43legacy: Remove deprecated 'qual' from returned RX statusLarry Finger2009-11-062-3/+0
| * | b43: Remove deprecated 'qual' from returned RX statusLarry Finger2009-11-062-3/+0
| * | ath5k: add LED support for Acer Aspire One AO751h/AO531hKeng-Yu Lin2009-11-061-0/+2
| * | rt2800: add rt2800lib (part four)Bartlomiej Zolnierkiewicz2009-11-064-313/+161
| * | rt2800: add rt2800lib (part three)Bartlomiej Zolnierkiewicz2009-11-064-1057/+609
| * | rt2x00: move REGISTER_BUSY_* definitions to rt2x00.hBartlomiej Zolnierkiewicz2009-11-063-15/+9
| * | rt2800: add rt2800lib (part two)Bartlomiej Zolnierkiewicz2009-11-064-1680/+887
| * | rt2800: add rt2800lib (part one)Bartlomiej Zolnierkiewicz2009-11-066-459/+264
| * | rt2800: prepare for rt2800lib additionBartlomiej Zolnierkiewicz2009-11-062-104/+133
| * | rt2x00: add support for different chipset interfacesBartlomiej Zolnierkiewicz2009-11-061-0/+29
| * | rt2800: fix comments in rt2800.hBartlomiej Zolnierkiewicz2009-11-061-12/+9
| * | rt2800: fix duplication in header filesBartlomiej Zolnierkiewicz2009-11-065-3597/+1821
| * | rt2800usb: add RXINFO_DESC_SIZE definitionBartlomiej Zolnierkiewicz2009-11-062-3/+4
| * | rt2800: add rt2800lib.hBartlomiej Zolnierkiewicz2009-11-065-151/+101
| * | rt2x00: fix rt2x00pci_register_multi[read,write]() argumentsBartlomiej Zolnierkiewicz2009-11-062-12/+11
| * | rt2x00: fix rt2x00usb_regbusy_read() argumentsBartlomiej Zolnierkiewicz2009-11-063-3/+3
| * | rt2x00: fix rt2x00usb_register_multiwrite() argumentsBartlomiej Zolnierkiewicz2009-11-062-4/+5
| * | rt2800pci: convert to use struct rt2800_ops methodsBartlomiej Zolnierkiewicz2009-11-062-6/+51
| * | rt2800usb: convert to use struct rt2800_ops methodsBartlomiej Zolnierkiewicz2009-11-062-6/+51
| * | rt2x00: add driver private field to struct rt2x00_devBartlomiej Zolnierkiewicz2009-11-061-0/+5
| * | rt2800pci: add rt2800_mcu_request() wrapperBartlomiej Zolnierkiewicz2009-11-061-9/+16
| * | rt2800usb: add rt2800_mcu_request() wrapperBartlomiej Zolnierkiewicz2009-11-061-10/+17
OpenPOWER on IntegriCloud