summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00.h
Commit message (Expand)AuthorAgeFilesLines
...
* rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde2010-06-031-0/+7
* rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde2010-06-031-0/+2
* rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde2010-06-021-0/+21
* rt2x00: provide beacon's txdesc to write_beacon callback function.Gertjan van Wingerde2010-05-101-1/+2
* rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa2010-04-161-1/+2
* rt2x00: Refactor rt2800 version constants.Gertjan van Wingerde2010-04-121-2/+20
* rt2x00: Align RT chipset definitions with vendor driver.Gertjan van Wingerde2010-04-121-4/+3Star
* rt2x00: rework RT chipset and revision determination for PCI an SOC devices.Gertjan van Wingerde2010-02-151-23/+18Star
* rt2x00: Reorganize RT chipset setting for PCI/SOC devices.Gertjan van Wingerde2010-02-151-15/+0Star
* rt2x00: Introduce SoC interface type.Gertjan van Wingerde2010-02-151-2/+8
* rt2x00: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-0/+6
|\
| * rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde2010-01-051-0/+6
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-2/+2
* | rt2x00: Cleanup chip handling helper functions.Gertjan van Wingerde2009-12-281-12/+12
* | rt2x00: Further L2 padding fixes.Gertjan van Wingerde2009-12-221-0/+6
|/
* rt2x00: Centralize setting of extra TX headroom requested by rt2x00.Gertjan van Wingerde2009-11-281-0/+1
* rt2x00: Log RT/RF chipset information correctly.Gertjan van Wingerde2009-11-161-4/+7
* rt2x00: Properly detect Ralink RT3070 devices.Gertjan van Wingerde2009-11-131-0/+1
* rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+2
* rt2x00: Remove deprecated ieee80211_rx_status->qual usageIvo van Doorn2009-11-111-7/+0Star
* rt2x00: move REGISTER_BUSY_* definitions to rt2x00.hBartlomiej Zolnierkiewicz2009-11-061-0/+9
* rt2x00: add support for different chipset interfacesBartlomiej Zolnierkiewicz2009-11-061-0/+29
* rt2x00: add driver private field to struct rt2x00_devBartlomiej Zolnierkiewicz2009-11-061-0/+5
* rt2x00: Implement support for rt2800pciIvo van Doorn2009-10-271-0/+7
* rt2x00: Hardcode TX ack timeout and consume timeIvo van Doorn2009-09-091-3/+0Star
* rt2x00: bss_info_changed() callback is allowed to sleepIvo van Doorn2009-08-201-3/+0Star
* rt2x00: configure_filter() callback is allowed to sleepIvo van Doorn2009-08-201-1/+0Star
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-151-2/+4
|\
| * rt2x00: fix memory corruption in rf cache, add a sanity checkPavel Roskin2009-08-141-2/+4
* | rt2x00: FIF_PSPOLL filter flag supportIgor Perminov2009-08-141-0/+2
* | rt2x00: Fix for race condition while update beaconIgor Perminov2009-08-141-0/+5
* | rt2x00: Fix rounding errors in RSSI average calculationLars Ericsson2009-08-141-2/+13
* | rt2x00: Fix quality houskeeping for software diversityLars Ericsson2009-08-141-7/+4Star
* | rt2x00: Comment spellcheckingLuis Correia2009-07-241-2/+2
* | rt2x00: Remove DEVICE_STATE_DISABLED_RADIO_HWIvo van Doorn2009-07-241-1/+0Star
* | rt2x00: Implement set_tim callback for all driversStefan Steuerwald2009-07-241-0/+2
* | rt2x00: use wiphy rfkill interfaceIvo van Doorn2009-07-101-12/+1Star
|/
* rt2x00: Remove last usage of beacon_int from ieee80211_configIvo van Doorn2009-06-031-0/+5
* rt2x00: Remove usage of IEEE80211_CONF_CHANGE_BEACON_INTERVALIvo van Doorn2009-05-221-0/+2
* rt2x00: Simplify rt2x00_check_revIvo van Doorn2009-05-061-4/+3Star
* rt2x00: Implement support for rt2800usbIvo van Doorn2009-05-061-0/+1
* rt2x00: Implement support for 802.11nIvo van Doorn2009-05-061-0/+11
* rt2x00: Add support for L2 padding during TX/RXIvo van Doorn2009-05-061-0/+10
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-3/+0Star
* rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn2009-04-221-0/+18
* rt2x00: Validate firmware in driverIvo van Doorn2009-02-091-3/+4
* rt2x00: Add kill_tx_queue callback functionIvo van Doorn2009-02-091-0/+2
* rt2x00: Simplify suspend/resume handlingIvo van Doorn2009-01-291-1/+0Star