aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18rt2x00: move under ralink vendor directoryKalle Valo1-471/+0
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-12-11rt2x00: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-10-18rt2x00: rt2800pci: use module_pci_driver macroGabor Juhos1-13/+1
2013-10-18rt2x00: rt2800pci: move SoC specific code into a separate moduleGabor Juhos1-242/+2
2013-10-18rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devicesGabor Juhos1-2/+7
2013-10-18rt2x00: rt2800pci: move rt2800mmio_enable_radio function to another moduleGabor Juhos1-13/+0
2013-10-18rt2x00: rt2800pci: split rt2800pci_enable_radio functionGabor Juhos1-7/+12
2013-10-18rt2x00: rt2800pci: rename rt2800pci_disable_radio functionGabor Juhos1-11/+8
2013-10-18rt2x00: rt2800pci: use separate set_state callback for SoC devicesGabor Juhos1-2/+41
2013-10-18rt2x00: rt2800pci: use separate firmware callbacks for SoC devicesGabor Juhos1-5/+33
2013-10-18rt2x00: rt2800pci: use separate read_eeprom callback for SoC devicesGabor Juhos1-40/+16
2013-10-18rt2x00: rt2800pci: use separate ops for the SoC driverGabor Juhos1-2/+102
2013-10-18rt2x00: rt2800pci: move initialization functions to the rt2800mmio moduleGabor Juhos1-159/+0
2013-10-18rt2x00: rt2800pci: use rt2800mmio prefix for initialization functionsGabor Juhos1-8/+8
2013-10-18rt2x00: rt2800pci: move queue functions to the rt2800mmio moduleGabor Juhos1-133/+0
2013-10-18rt2x00: rt2800pci: use rt2800mmio prefix for queue functionsGabor Juhos1-8/+8
2013-10-18rt2x00: rt2800pci: move interrupt functions to the rt2800mmio moduleGabor Juhos1-388/+0
2013-10-18rt2x00: rt2800pci: use rt2800mmio prefix for interrupt functionsGabor Juhos1-36/+37
2013-10-18rt2x00: rt2800pci: move RX control handler functions to the rt2800mmio moduleGabor Juhos1-55/+0
2013-10-18rt2x00: rt2800pci: use rt2800mmio prefix for RX control handler functionsGabor Juhos1-3/+3
2013-10-18rt2x00: rt2800pci: move TX descriptor functions to the rt2800mmio moduleGabor Juhos1-61/+1
2013-10-18rt2x00: rt2800pci: use rt2800mmio prefix for TX descriptor functionsGabor Juhos1-6/+6
2013-08-16rt2x00: rt2800pci: fix AUX_CTRL register setup for RT3090/3390/3593/5592Gabor Juhos1-2/+6
2013-08-16rt2x00: rt2800lib: introduce rt2800_get_txwi_rxwi_size helperGabor Juhos1-3/+8
2013-06-24rt2x00: rt2800: unify [RT]XWI_SIZE definesGabor Juhos1-3/+3
2013-06-24rt2x00: rt2800pci: don't use TXWI_DESC_SIZE directlyGabor Juhos1-2/+3
2013-06-12rt2x00: move extra_tx_headroom field from rt2x00_ops to rt2x00_devGabor Juhos1-1/+0
2013-06-12rt2x00: rt2800pci: implement queue_init callbackGabor Juhos1-24/+36
2013-05-22rt2x00: rt2800pci: use rt2x00dev->tx->limitGabor Juhos1-1/+1
2013-04-22rt2x00: Use more current logging styles, shrink object sizeJoe Perches1-14/+12
2013-04-22rt2x00: provide separate information about TXWI & RXWI sizesStanislaw Gruszka1-6/+4
2013-04-10rt2x00: rt2800pci: use the rt2x00mmio_* routinesGabor Juhos1-118/+123
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2013-04-03rt2x00: rt2x00pci: fix build error on Ralink RT3x5x SoCsGabor Juhos1-0/+1
2013-03-18rt2800: 5592: TXWI & RXWI descriptors sizeStanislaw Gruszka1-0/+5
2013-03-18rt2x00: Fix tx status reporting for reordered frames in rt2800pciHelmut Schaa1-3/+108
2013-03-13rt2x00: fix rt2x00 to work with the new ralink SoC config symbolsJohn Crispin1-7/+7
2013-02-01wireless: rt2x00: rt2800pci add idXose Vazquez Perez1-0/+1
2013-01-07rt2x00: rt2800: convert read_eeprom functions to return an int valueGabor Juhos1-11/+24
2012-12-06rt2x00: remove __dev* attributesBill Pemberton1-2/+2
2012-09-25rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.Gertjan van Wingerde1-1/+0
2012-09-07rt2x00: rt2800 - Make probe_hw function common between PCI and USB.Gertjan van Wingerde1-73/+9
2012-09-07rt2x00: Unify GPIO register field namingsGertjan van Wingerde1-3/+3
2012-09-05rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde1-0/+9
2012-08-02rt2x00 : fix rt3290 resuming failed.Woody Hung1-71/+0
2012-07-11rt2x00pci: small 3290 changes cleanupStanislaw Gruszka1-4/+4
2012-06-20rt2x00 : RT3290 chip support v4Woody Hung1-1/+81
2012-06-05rt2x00: Add support for RT5360 based PCI devices.villacis@palosanto.com1-0/+1