summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
...
* | rt2x00: do not initialize BCN_OFFSET registersStanislaw Gruszka2014-06-191-22/+0
* | rt2x00: change order when stop beaconingStanislaw Gruszka2014-06-191-6/+6
* | rt2x00: change default MAC_BSSID_DW1_BSS_BCN_NUMStanislaw Gruszka2014-06-191-1/+1
* | rt2x00: change beaconing setup on RT2800Stanislaw Gruszka2014-06-192-0/+46
* | rt2x00: change beaconing lockingStanislaw Gruszka2014-06-193-25/+9
* | net: wireless: rt2x00: rt2x00mac.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-191-0/+2
|/
* rt2x00: Endless loop on hub port power downRichard Genoud2014-05-221-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-10/+12
|\
| * rt2x00: fix beaconing on USBStanislaw Gruszka2014-04-221-10/+12
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-302-2/+4
|\ \
| * | mac80211: add vif to flush callEmmanuel Grumbach2014-04-092-2/+4
| |/
* | rt2x00: restore original beaconing stateStanislaw Gruszka2014-04-223-18/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-3/+3
|\
| * Revert "rt2x00: rt2800lib: Update BBP register initialization for RT53xx"Stanislaw Gruszka2014-03-131-3/+3
* | net: Replace min macro with min_tSilvan Jegen2014-03-031-1/+1
* | wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.cTejun Heo2014-02-241-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-133-3/+12
|\ \ | |/
| * rt2500: disable PS by defaultStanislaw Gruszka2014-02-042-0/+10
| * rt2800: disable PS by default on USBStanislaw Gruszka2014-02-041-3/+2
* | rt2x00: move frequent messages to debug levelStanislaw Gruszka2014-02-121-5/+5
|/
* rt2x00: rt2800usb: mark D-Link DWA-137 as supportedRoman Dubtsov2014-01-231-0/+1
* wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-036-6/+0
* rt2x00: use ether_addr_equal_64bitsJulia Lawall2014-01-031-2/+2
* rt2x00: Fix FSF address in file headersJeff Kirsher2013-12-1144-132/+44
* wireless: rt2x00: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-051-3/+0
* rt2x00: rt2800lib: no need to write RF register 3 twice for RT5592Kevin Lo2013-12-051-1/+0
* rt2x00: rt2800lib: update RF registers for RT5390Kevin Lo2013-12-051-11/+19
* rt2x00: rt2800lib: Update BBP register initialization for RT53xxKevin Lo2013-12-051-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-211-1/+2
|\
| * rt2x00: fix a crash bug in the HT descriptor handling fixFelix Fietkau2013-11-151-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-194-6/+6
|\ \ | |/
| * rt2x00: fix HT TX descriptor settings regressionStanislaw Gruszka2013-11-113-5/+5
| * wireless: rt2800lib: Fix typo on checkingFelipe Pena2013-11-111-1/+1
* | kfifo API type safetyStefani Seibold2013-11-152-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-044-13/+13
|\
| * rt2800usb: slow down TX status pollingStanislaw Gruszka2013-10-181-4/+8
| * rt2x00: check if device is still available on rt2x00mac_flush()Stanislaw Gruszka2013-10-181-0/+3
| * rt2400pci: fix RSSI readStanislaw Gruszka2013-10-181-1/+1
| * Revert "rt2x00pci: Use PCI MSIs whenever possible"Stanislaw Gruszka2013-09-301-8/+1
* | rt2x00: rt2800pci: use module_pci_driver macroGabor Juhos2013-10-181-13/+1
* | rt2x00: rt2800pci: move SoC specific code into a separate moduleGabor Juhos2013-10-184-245/+284
* | rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devicesGabor Juhos2013-10-181-2/+7
* | rt2x00: rt2800pci: move rt2800mmio_enable_radio function to another moduleGabor Juhos2013-10-183-13/+18
* | rt2x00: rt2800pci: split rt2800pci_enable_radio functionGabor Juhos2013-10-181-7/+12
* | rt2x00: rt2800pci: rename rt2800pci_disable_radio functionGabor Juhos2013-10-181-11/+8
* | rt2x00: rt2800pci: use separate set_state callback for SoC devicesGabor Juhos2013-10-181-2/+41
* | rt2x00: rt2800pci: use separate firmware callbacks for SoC devicesGabor Juhos2013-10-181-5/+33
* | rt2x00: rt2800pci: use separate read_eeprom callback for SoC devicesGabor Juhos2013-10-181-40/+16
* | rt2x00: rt2800pci: use separate ops for the SoC driverGabor Juhos2013-10-181-2/+102
* | rt2x00: rt2800pci: move initialization functions to the rt2800mmio moduleGabor Juhos2013-10-183-159/+169
OpenPOWER on IntegriCloud