aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2400pci.c
Commit message (Expand)AuthorAgeFilesLines
...
| * rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde2010-05-041-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-0/+4
|\ \ | |/
| * rt2x00: Disable auto wakeup before waking up device.Gertjan van Wingerde2010-04-061-0/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-251-2/+2
|\
| * rt2x00: rework RT chipset and revision determination for PCI an SOC devices.Gertjan van Wingerde2010-02-151-7/+2
| * rt2x00: Reorganize RT chipset setting for PCI/SOC devices.Gertjan van Wingerde2010-02-151-2/+7
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-1/+0
|\ \ | |/
| * rt2x00: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-1/+0
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* rt2x00: Cleanup chip handling helper functions.Gertjan van Wingerde2009-12-281-3/+2
* rt2x00: Centralize setting of extra TX headroom requested by rt2x00.Gertjan van Wingerde2009-11-281-1/+1
* rt2x00: Whitespace cleanup.Gertjan van Wingerde2009-11-281-13/+13
* rt2x00: Log RT/RF chipset information correctly.Gertjan van Wingerde2009-11-161-0/+1
* rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+1
* rt2x00: Hardcode TX ack timeout and consume timeIvo van Doorn2009-09-091-3/+2
* rt2x00: Fix beacon de-synchronization while update beaconIgor Perminov2009-08-141-2/+0
* rt2x00: Implement set_tim callback for all driversStefan Steuerwald2009-07-241-0/+1
* rt2x00: use wiphy rfkill interfaceIvo van Doorn2009-07-101-6/+1
* rt2x00: Remove last usage of beacon_int from ieee80211_configIvo van Doorn2009-06-031-1/+1
* rt2x00: Remove usage of IEEE80211_CONF_CHANGE_BEACON_INTERVALIvo van Doorn2009-05-221-22/+8
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-1/+0
* rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn2009-04-221-1/+1
* rt2x00: Remove check for rf word 0Ivo van Doorn2009-02-271-3/+0
* rt2x00: Add kill_tx_queue callback functionIvo van Doorn2009-02-091-13/+17
* rt2x00: Add LED_MODE_ASUS supportIvo van Doorn2009-01-291-1/+3
* rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-291-1/+1
* rt2400,rt2500: init led_qual for LED_MODE_DEFAULTAndrew Price2009-01-291-1/+1
* mac80211: extend/document powersave APIJohannes Berg2009-01-291-1/+3
* rt2x00: Restrict interface between rt2x00link and driversIvo van Doorn2009-01-291-13/+14
* rt2x00: Reduce calls to bbp_read()Ivo van Doorn2009-01-291-13/+14
* rt2x00: Implement PowersavingIvo van Doorn2009-01-291-0/+28
* rt2x00: Cleanup indirect register accessIvo van Doorn2008-11-251-83/+42
* rt2x00: Fix race condition when using inderect registersIvo van Doorn2008-11-211-13/+34
* rt2x00: Optimize get_duration / get_duration_resIvo van Doorn2008-11-211-5/+5
* rt2x00: Cleanup TX/RX entry handlingIvo van Doorn2008-11-211-20/+31
* rt2x00: Remove debugfs CSR access wrappersIvo van Doorn2008-11-101-16/+7
* rt2x00: Optimize configuration handlingIvo van Doorn2008-11-101-87/+80
* mac80211: make retry limits part of hw configJohannes Berg2008-10-311-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* rt2x00: Make rt2x00 LEDS invisible config optionIvo van Doorn2008-09-111-4/+4
* rt2x00: Make RFKILL enabled by defaultIvo van Doorn2008-09-111-4/+4
* rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-291-1/+1
* rt2x00: Gather channel information in structureIvo van Doorn2008-08-221-16/+24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-141-54/+35
|\
| * rt2x00: Reorganize beacon handlingIvo van Doorn2008-07-141-54/+35
| * mac80211: revamp beacon configurationJohannes Berg2008-07-141-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-0/+11
|\ \ | |/ |/|
| * rt2x00: Disable synchronization during initializationIvo van Doorn2008-07-091-0/+11
* | rt2x00: Report RX end time for rt2400pciIvo van Doorn2008-07-081-0/+23