summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2014-07-081-4/+6
|\
| * drivers/net/wireless/rt2x00/rt2x00dev.c: remove null test before kfreeFabian Frederick2014-06-191-2/+1Star
| * rt2x00: change beaconing lockingStanislaw Gruszka2014-06-191-2/+5
* | rt2x00: fix rfkill regression on rt2500pciStanislaw Gruszka2014-06-171-3/+21
|/
* rt2x00: use ether_addr_equal_64bitsJulia Lawall2014-01-031-2/+2
* rt2x00: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1Star
* rt2x00: fix a crash bug in the HT descriptor handling fixFelix Fietkau2013-11-151-1/+2
* rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos2013-10-141-4/+4
* drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-20/+34
|\
| * rt2x00: move extra_tx_headroom field from rt2x00_ops to rt2x00_devGabor Juhos2013-06-121-2/+16
| * rt2x00: rt2x00dev: use rt2x00dev->bcn->limitGabor Juhos2013-06-121-1/+1
| * rt2x00: rt2x00dev: defer operational mode detectionGabor Juhos2013-05-221-17/+17
| * rt2x00: rt2x00dev: use rt2x00dev->tx->limitGabor Juhos2013-05-221-1/+1
* | drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-041-1/+1
|/
* rt2x00: Use more current logging styles, shrink object sizeJoe Perches2013-04-221-13/+11Star
* rt2x00: error in configurations with mesh support disabledFelix Fietkau2013-02-271-2/+6
* rt2x00: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh2013-01-301-1/+2
* rt2x00: remove NOTICEStanislaw Gruszka2013-01-301-2/+2
* rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa2013-01-221-1/+100
* rt2x00: zero-out rx_statusGabor Juhos2012-12-171-0/+8
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-111-4/+3Star
|\
| * Revert: "rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails"Stanislaw Gruszka2012-12-051-4/+3Star
* | rt2x00: Only specify interface combinations if more then one interface is pos...Helmut Schaa2012-12-061-0/+3
* | rt2x00: Use addr_mask to disallow invalid MAC addresses in mutli-bssid modeHelmut Schaa2012-11-301-0/+7
|/
* mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-091-9/+10
* rt2x00: Replace open coded interface checking with interface combinations.Gertjan van Wingerde2012-09-251-0/+33
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-1/+1
|\
| * rt2800usb: Added rx packet length validity checkSergei Poselenov2012-09-051-1/+1
* | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-1/+1
|/
* rt2x00: claim RSN IBSS supportStanislaw Gruszka2012-06-061-0/+2
* rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa2012-04-231-2/+2
* rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe failsAndreas Hartmann2012-04-171-3/+4
* rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia2012-04-101-5/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-191-1/+5
|\
| * rt2x00: fix random stallsStanislaw Gruszka2012-03-121-1/+5
* | rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka2012-03-151-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-1/+2
|\|
| * rt2x00: fix a possible NULL pointer dereferenceGabor Juhos2012-02-211-1/+2
* | rt2x00:Add VCO recalibrationJohn Li2012-02-271-0/+4
* | rt2x00: Introduce concept of driver data in struct rt2x00_dev.Gertjan van Wingerde2012-02-081-0/+18
|/
* rt2x00: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-061-2/+2
* rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde2011-11-151-2/+20
* rt2x00: Introduce sta_add/remove callbacksHelmut Schaa2011-09-141-0/+5
* rt2x00: Move bssidx calculation into its own functionHelmut Schaa2011-09-141-0/+16
* rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa2011-08-091-1/+0Star
* rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka2011-06-221-0/+13
* rt2x00: fix rmmod crashStanislaw Gruszka2011-06-061-0/+4
* rt2x00: Fix rmmod hang of rt2800pciGertjan van Wingerde2011-05-101-1/+1
* rt2x00: Add autowake support for USB hardwareIvo van Doorn2011-05-021-0/+88