aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt61pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-5/+4
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-3/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-04-22rt2x00: restore original beaconing stateStanislaw Gruszka1-5/+5
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-11rt2x00: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-10-14rt2x00: rt61pci: use rt2x00_has_cap_* helpersGabor Juhos1-10/+10
2013-06-24rt2x00: read 5GHz TX power values from the correct offsetGabor Juhos1-1/+2
2013-06-12rt2x00: move extra_tx_headroom field from rt2x00_ops to rt2x00_devGabor Juhos1-1/+0
2013-06-12rt2x00: rt61pci: implement queue_init callbackGabor Juhos1-21/+33
2013-05-22rt2x00: rt61pci: use rt2x00dev->tx->limitGabor Juhos1-1/+1
2013-04-22rt2x00: Use more current logging styles, shrink object sizeJoe Perches1-17/+16
2013-04-10rt2x00: rt61pci: use the rt2x00mmio_* routinesGabor Juhos1-256/+259
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2013-04-03rt2x00: rt2x00pci: fix build error on Ralink RT3x5x SoCsGabor Juhos1-0/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-1/+1
2012-12-06rt2x00: remove __dev* attributesBill Pemberton1-1/+1
2012-09-25rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.Gertjan van Wingerde1-1/+0
2012-09-07rt2x00: Unify GPIO register field namingsGertjan van Wingerde1-6/+6
2012-09-05rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde1-0/+9
2012-08-06rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka1-2/+1
2012-07-16wireless: Use eth_random_addrJoe Perches1-1/+1
2012-04-16net/wireless: use module_pci_driverAxel Lin1-12/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-2/+3
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-1/+1
2011-08-09rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa1-21/+13
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde1-0/+1
2011-04-19rt2x00: Implement get_antenna and set_antenna callback functionsIvo van Doorn1-0/+2
2011-04-19rt2x00: Implement get_ringparam callback functionIvo van Doorn1-0/+1
2011-04-19rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde1-4/+10
2011-04-19rt2x00: Always inline rt2x00pci_enable_interruptHelmut Schaa1-2/+2
2011-04-19rt2x00: Decrease association time for USB devicesIvo van Doorn1-0/+1
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-21/+21
2011-04-04rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa1-2/+4
2011-03-04rt2x00: Revise irqmask locking for PCI devicesHelmut Schaa1-9/+6
2011-03-04rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa1-1/+1
2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa1-4/+6
2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa1-2/+2
2011-02-14rt2x00: Check for errors from skb_pad() callsSeth Forshee1-2/+10
2011-01-31rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.Gertjan van Wingerde1-3/+2
2011-01-31rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa1-4/+1
2011-01-31rt2x00: Convert rt61pci to use taskletsHelmut Schaa1-45/+130
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-14/+27
2010-12-13rt2x00: Pad beacon to multiple of 32 bits.Wolfgang Kufner1-2/+6
2010-12-13rt2x00: Fix WMM Queue namingIvo van Doorn1-8/+8
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn1-8/+3
2010-12-13rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn1-49/+105
2010-12-13rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa1-1/+5
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn1-4/+1