aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18rt2x00: move under ralink vendor directoryKalle Valo1-1549/+0
2015-01-07rt2x00: use helper to check capability/requirementFred Chou1-9/+9
2014-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-4/+6
2014-06-19drivers/net/wireless/rt2x00/rt2x00dev.c: remove null test before kfreeFabian Frederick1-2/+1
2014-06-19rt2x00: change beaconing lockingStanislaw Gruszka1-2/+5
2014-06-17rt2x00: fix rfkill regression on rt2500pciStanislaw Gruszka1-3/+21
2014-01-03rt2x00: use ether_addr_equal_64bitsJulia Lawall1-2/+2
2013-12-11rt2x00: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-11-15rt2x00: fix a crash bug in the HT descriptor handling fixFelix Fietkau1-1/+2
2013-10-14rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos1-4/+4
2013-09-03drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-20/+34
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-1/+1
2013-06-12rt2x00: move extra_tx_headroom field from rt2x00_ops to rt2x00_devGabor Juhos1-2/+16
2013-06-12rt2x00: rt2x00dev: use rt2x00dev->bcn->limitGabor Juhos1-1/+1
2013-05-22rt2x00: rt2x00dev: defer operational mode detectionGabor Juhos1-17/+17
2013-05-22rt2x00: rt2x00dev: use rt2x00dev->tx->limitGabor Juhos1-1/+1
2013-04-22rt2x00: Use more current logging styles, shrink object sizeJoe Perches1-13/+11
2013-02-27rt2x00: error in configurations with mesh support disabledFelix Fietkau1-2/+6
2013-01-30rt2x00: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh1-1/+2
2013-01-30rt2x00: remove NOTICEStanislaw Gruszka1-2/+2
2013-01-22rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa1-1/+100
2012-12-17rt2x00: zero-out rx_statusGabor Juhos1-0/+8
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-4/+3
2012-12-06rt2x00: Only specify interface combinations if more then one interface is possibleHelmut Schaa1-0/+3
2012-12-05Revert: "rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails"Stanislaw Gruszka1-4/+3
2012-11-30rt2x00: Use addr_mask to disallow invalid MAC addresses in mutli-bssid modeHelmut Schaa1-0/+7
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg1-9/+10
2012-09-25rt2x00: Replace open coded interface checking with interface combinations.Gertjan van Wingerde1-0/+33
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-09-05rt2800usb: Added rx packet length validity checkSergei Poselenov1-1/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-1/+1
2012-06-06rt2x00: claim RSN IBSS supportStanislaw Gruszka1-0/+2
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa1-2/+2
2012-04-17rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe failsAndreas Hartmann1-3/+4
2012-04-10rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia1-5/+1
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2012-03-15rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka1-1/+1
2012-03-12rt2x00: fix random stallsStanislaw Gruszka1-1/+5
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2012-02-27rt2x00:Add VCO recalibrationJohn Li1-0/+4
2012-02-21rt2x00: fix a possible NULL pointer dereferenceGabor Juhos1-1/+2
2012-02-08rt2x00: Introduce concept of driver data in struct rt2x00_dev.Gertjan van Wingerde1-0/+18
2011-12-06rt2x00: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-11-15rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde1-2/+20
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa1-0/+5
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa1-0/+16
2011-08-09rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa1-1/+0
2011-06-22rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka1-0/+13
2011-06-06rt2x00: fix rmmod crashStanislaw Gruszka1-0/+4