summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
2008-11-26rt2x00: Don't switch off LED on initializationIvo van Doorn1-6/+0
2008-11-25rt2x00: Detect USB BULK in/out endpointsIvo van Doorn5-28/+111
2008-11-25rt2x00: Fix TX failure pathIvo van Doorn2-10/+7
2008-11-25rt2x00: Move rt73usb register access wrappers into rt2x00usbIvo van Doorn3-201/+280
2008-11-25rt2x00: Cleanup indirect register accessIvo van Doorn7-431/+310
2008-11-21rt2x00: Fix race condition when using inderect registersIvo van Doorn8-81/+152
2008-11-21rt2x00: Optimize get_duration / get_duration_resIvo van Doorn6-34/+27
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn13-135/+127
2008-11-21rt2x00: Fix BUG_ON() with antenna handlingIvo van Doorn5-24/+51
2008-11-21rt2x00: Block set_key() during suspend/shutdownIvo van Doorn1-1/+3
2008-11-21rt2x00: Fix LED state handlingIvo van Doorn1-38/+56
2008-11-21rt2x00: Remove RATE_BASIC flagIvo van Doorn2-8/+7
2008-11-10rt2x00: Remove debugfs CSR access wrappersIvo van Doorn13-84/+86
2008-11-10rt2x00: Release rt2x00 2.2.2Ivo van Doorn1-1/+1
2008-11-10rt2x00: Improve interface_modes initializationIvo van Doorn1-4/+10
2008-11-10rt2x00: Remove ieee80211_bss_conf from rt2x00_intfIvo van Doorn3-9/+1
2008-11-10rt2x00: Optimize configuration handlingIvo van Doorn9-655/+488
2008-10-31Fix debugfs_create_*'s error checking method for wireless/rt2x00/Zhaolei1-9/+12
2008-10-31rt2x00: reduce checkpatch.pl errorsJohn Daiker4-5/+5
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg4-17/+42
2008-10-31mac80211: make retry limits part of hw configJohannes Berg6-4/+16
2008-10-31mac80211: introduce hw config change flagsJohannes Berg3-3/+4
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg2-20/+6
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-2/+1
2008-10-29rt2x00: Fix build error when mac80211=M rt2x00=YIvo van Doorn1-1/+1
2008-10-27net: convert print_mac to %pMJohannes Berg5-16/+5
2008-10-14rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"Felix Fietkau1-4/+5
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau2-4/+7
2008-10-06rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.Gertjan van Wingerde1-2/+7
2008-09-30rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00.Gertjan van Wingerde1-35/+34
2008-09-24rt2x00: Fix HW crypto key handlingIvo van Doorn3-5/+6
2008-09-15mac80211: fix virtual interfaces vs. injectionJohannes Berg1-8/+13
2008-09-15mac80211: use nl80211 interface typesJohannes Berg6-20/+20
2008-09-11rt2x00: Make rt2x00 LEDS invisible config optionIvo van Doorn6-63/+26
2008-09-11rt2x00: Make RFKILL enabled by defaultIvo van Doorn5-62/+42
2008-09-11rt2x00: Revert "rt2x00: Fix the beacon length bug"Ivo van Doorn2-24/+0
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-3/+2
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+5
2008-09-02rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ONBoaz Harrosh1-3/+2
2008-08-29rt2x00: Release rt2x00 2.2.1Ivo van Doorn1-1/+1
2008-08-29rt2x00: skb->data pointer should not include TX descriptorMattias Nissler3-9/+8
2008-08-29rt2x00: Add Signal type flagIvo van Doorn6-4/+13
2008-08-29rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn5-24/+122
2008-08-29rt2x00: Only configure hardware when radio is enabledMattias Nissler3-36/+25
2008-08-29rt2x00: Map extra_tx_headroom to DMAIvo van Doorn1-3/+21
2008-08-29rt2x00: Fix race conditions in flag handlingIvo van Doorn11-66/+68
2008-08-22rt2x00: Add module parameter to disable HW cryptoIvo van Doorn2-2/+18
2008-08-22rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn3-31/+63
2008-08-22rt2x00: Release rt2x00 2.2.0Ivo van Doorn1-1/+1