summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt73usb.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Fix beacon de-synchronization while update beaconIgor Perminov2009-08-141-2/+0
* rt2x00: FIF_PSPOLL filter flag supportIgor Perminov2009-08-141-1/+7
* 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-21/+7
* rt2x00: Fix chipset detection for rt73usbIvo van Doorn2009-05-111-1/+1
* rt2x00: Simplify rt2x00_check_revIvo van Doorn2009-05-061-1/+2
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-1/+0
* rt2x00: Add rt73usb USB IDsIvo van Doorn2009-04-161-0/+2
* rt2x00: New USB ID for rt73usbIvo van Doorn2009-03-271-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-101-1/+24
|\
| * rt2x00 : more devices to rt73usb.cXose Vazquez Perez2009-03-051-1/+31
* | rt2x00: Add various new USB IDs for rt73usbIvo van Doorn2009-02-271-0/+6
* | rt2x00: Remove check for rf word 0Ivo van Doorn2009-02-271-3/+0
* | rt2x00: uncomment get_tsfIvo van Doorn2009-02-271-10/+0
* | Add new rt73usb USB IDIvo van Doorn2009-02-091-0/+1
* | rt2x00: Validate firmware in driverIvo van Doorn2009-02-091-11/+18
* | rt2x00: Add kill_tx_queue callback functionIvo van Doorn2009-02-091-0/+1
* | rt2x00: Restrict firmware file lengthsIvo van Doorn2009-01-291-0/+5
* | rt2x00: conf_tx() only need register access for WMM queuesIvo van Doorn2009-01-291-15/+15
* | rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-291-1/+1
* | mac80211: extend/document powersave APIJohannes Berg2009-01-291-1/+3
* | rt2x00: Remove ENTRY_TXD_OFDM_RATEIvo van Doorn2009-01-291-1/+1
* | rt2x00: Add RFKILL support to rt2500usb and rt73usbIvo van Doorn2009-01-291-0/+21
* | rt2x00: Restrict interface between rt2x00link and driversIvo van Doorn2009-01-291-28/+29
* | rt2x00: Reduce calls to bbp_read()Ivo van Doorn2009-01-291-28/+24
* | rt2x00: Implement PowersavingIvo van Doorn2009-01-291-0/+40
|/
* rt2x00: add USB ID for the Linksys WUSB200.Stefan Lippers-Hollmann2009-01-121-0/+1
* rt2x00: Add RXDONE_CRYPTO_IV/ICV flagsIvo van Doorn2008-12-051-0/+3
* rt2x00: Optimize IV/EIV handlingIvo van Doorn2008-12-051-4/+4
* rt2x00: Detect USB BULK in/out endpointsIvo van Doorn2008-11-251-4/+3
* rt2x00: Move rt73usb register access wrappers into rt2x00usbIvo van Doorn2008-11-251-201/+122
* rt2x00: Cleanup indirect register accessIvo van Doorn2008-11-251-83/+64
* rt2x00: Fix race condition when using inderect registersIvo van Doorn2008-11-211-10/+11
* rt2x00: Cleanup TX/RX entry handlingIvo van Doorn2008-11-211-2/+1
* rt2x00: Remove debugfs CSR access wrappersIvo van Doorn2008-11-101-16/+7
* rt2x00: Optimize configuration handlingIvo van Doorn2008-11-101-111/+105
* rt2x00: reduce checkpatch.pl errorsJohn Daiker2008-10-311-1/+1
* 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: Fix HW crypto key handlingIvo van Doorn2008-09-241-2/+2
* rt2x00: Make rt2x00 LEDS invisible config optionIvo van Doorn2008-09-111-4/+4
* rt2x00: Revert "rt2x00: Fix the beacon length bug"Ivo van Doorn2008-09-111-12/+0
* rt2x00: skb->data pointer should not include TX descriptorMattias Nissler2008-08-291-2/+1
* rt2x00: Add Signal type flagIvo van Doorn2008-08-291-0/+2
* rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn2008-08-291-11/+58
* rt2x00: Add module parameter to disable HW cryptoIvo van Doorn2008-08-221-1/+9
* rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn2008-08-221-14/+27
* rt2x00: Gather channel information in structureIvo van Doorn2008-08-221-19/+24