summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
...
* | rt2800: refactor RFCSR initializationStanislaw Gruszka2013-01-071-372/+423
* | mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-1/+3
|/
* rt2x00: zero-out rx_statusGabor Juhos2012-12-171-0/+8
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-112-5/+5
|\
| * Revert: "rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails"Stanislaw Gruszka2012-12-052-5/+5
* | rt2800usb: reorganize 2001:3c1e in usb id table Wi-Fi adapterJohn W. Linville2012-12-111-1/+1
* | rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapterMaia Kozheva2012-12-101-0/+1
* | rt2x00: remove __dev* attributesBill Pemberton2012-12-064-5/+5
* | rt2x00: Only specify interface combinations if more then one interface is pos...Helmut Schaa2012-12-061-0/+3
* | rt2x00: rt2800lib: introduce RFCSR3_VCOCAL_ENGabor Juhos2012-12-032-2/+4
* | rt2x00: rt2800lib: remove trailing semicolons from RFCSR3_* definesGabor Juhos2012-12-031-2/+2
* | rt2x00: rt2800lib: fix indentation in rt2800_init_rfcsrGabor Juhos2012-12-031-60/+60
* | rt2x00: rt2800lib: fix indentation of some rt2x00_rt callsGabor Juhos2012-12-031-9/+9
* | rt2x00: Use addr_mask to disallow invalid MAC addresses in mutli-bssid modeHelmut Schaa2012-11-301-0/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-1/+1
|\ \
| * | rt2800: validate step value for temperature compensationStanislaw Gruszka2012-10-301-1/+1
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-162-12/+13
|\ \ \ | | |/ | |/|
| * | mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-092-12/+13
* | | Wireless: rt2x00: Add device id for Sweex LW323 to rt2800usb.cJaume Delclòs2012-11-141-0/+1
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-293-0/+3
|\ \ | |/
| * rt2x00: usb: fix reset resumeStanislaw Gruszka2012-10-243-0/+3
* | rt2800: comment tx power settingsStanislaw Gruszka2012-10-191-3/+19
* | rt2800: allow to reduce tx power on devices not exporting power limitStanislaw Gruszka2012-10-191-0/+27
* | rt2800: pass channel pointer to rt2800_config_txpowerStanislaw Gruszka2012-10-191-4/+5
* | rt2800: use eeprom OFDM 6M TX power as criterionStanislaw Gruszka2012-10-191-5/+6
* | rt2800: compensate tx power also for non 11b rates on 2GHzStanislaw Gruszka2012-10-191-3/+0
* | rt2800: limit TX_PWR_CFG_ values to 0xcStanislaw Gruszka2012-10-191-1/+2
* | rt2800: use BBP_R1 for setting tx powerStanislaw Gruszka2012-10-191-8/+19
|/
* rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
* rt2x00: Replace open coded interface checking with interface combinations.Gertjan van Wingerde2012-09-253-39/+47
* rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.Gertjan van Wingerde2012-09-259-11/+2
* rt2x00: Clean up RFCSR1 programming in rt2800_config_channel_rf3xxx.Gertjan van Wingerde2012-09-241-29/+8
* rt2x00: Code style cleanup in rt2800lib.cGertjan van Wingerde2012-09-241-1/+1
* rt2x00: rt2800lib - code cleanup.Gertjan van Wingerde2012-09-241-7/+5
* rt2x00: rt2800 - Fix default vgc values for RT3572Gertjan van Wingerde2012-09-241-4/+9
* rt2x00: Code clean up in rt2800lib.Gertjan van Wingerde2012-09-241-6/+10
* rt2x00: add MediaTek/RaLink Rt3352 WiSoCDaniel Golle2012-09-113-5/+212
* rt2x00: rt2800 - Make probe_hw function common between PCI and USB.Gertjan van Wingerde2012-09-074-132/+113
* rt2x00: Unify GPIO register field namingsGertjan van Wingerde2012-09-0714-132/+143
* rt2x00: Align GPIO register definitions with the datasheets.Gertjan van Wingerde2012-09-074-2/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-0713-85/+160
|\
| * rt2800usb: Added rx packet length validity checkSergei Poselenov2012-09-052-2/+10
| * rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde2012-09-0511-0/+69
| * rt2x00: Fix word size of rt2500usb MAC_CSR19 register.Gertjan van Wingerde2012-09-052-9/+9
| * rt2x00: Identify ASUS USB-N53 device.Gertjan van Wingerde2012-09-051-1/+2
| * rt2x00: fix voltage setting for RT3572/RT3592Marc Kleine-Budde2012-09-051-0/+1
| * rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka2012-08-061-2/+1
| * rt2x00 : fix rt3290 resuming failed.Woody Hung2012-08-022-71/+68
* | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-314-12/+18
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-1/+1
|\
OpenPOWER on IntegriCloud