summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
2011-03-04rt2x00: Remove unused rt2x00queue_get_queue function.Gertjan van Wingerde2-27/+0
2011-03-04rt2x00: Optimize getting the beacon queue structure.Gertjan van Wingerde2-2/+2
2011-03-04rt2x00: Include ATIM queue support in rt2x00queue_get_tx_queue.Gertjan van Wingerde4-6/+9
2011-03-04rt2x00: Don't treat ATIM queue as second beacon queue.Gertjan van Wingerde4-20/+16
2011-03-04rt2x00: Fix comment in rt2800pciHelmut Schaa1-1/+1
2011-03-04rt2x00: Revise irqmask locking for PCI devicesHelmut Schaa4-33/+22
2011-03-04rt2x00: Remove now unused crypto.aid fieldHelmut Schaa2-5/+2
2011-03-04rt2x00: Fix rt2800 key assignment in multi bssid setupsHelmut Schaa1-13/+30
2011-03-04rt2x00: Use an enum instead of u16 for the rate_mode TX descriptor fieldHelmut Schaa1-1/+1
2011-03-04rt2x00: Don't call ieee80211_get_tx_rate for MCS ratesHelmut Schaa2-15/+15
2011-03-04rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa7-15/+17
2011-03-04rt2x00: Optimize TX descriptor memory layoutIvo van Doorn1-5/+5
2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa12-55/+79
2011-03-04rt2x00: Generate sw sequence numbers only for devices that need itHelmut Schaa5-4/+11
2011-03-04rt2x00: Use unlikely for unexpected error condition in rt2x00_mac_txHelmut Schaa1-1/+1
2011-03-04rt2x00: Add unlikely macro to special case tx status handlingHelmut Schaa1-1/+1
2011-03-04rt2x00: Remove useless NULL checkHelmut Schaa1-2/+1
2011-03-04rt2x00: Make use of unlikely during tx status processingHelmut Schaa1-2/+2
2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa6-8/+25
2011-03-04rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos3-369/+378
2011-02-25mac80211: make tx() operation return voidJohannes Berg2-4/+3
2011-02-21rt2x00: Add support for RT5390 chipRA-Shiang Tu5-55/+440
2011-02-21rt2x00: Add/Modify the GPIO register definitionShiang Tu2-3/+9
2011-02-21rt2x00: Add/Modify protection related register definitionsShiang Tu2-14/+20
2011-02-21rt2x00: Remove superfluos empty lineHelmut Schaa1-1/+0
2011-02-21Revert "rt2x00 : avoid timestamp for monitor injected frame."Helmut Schaa1-6/+3
2011-02-21rt2x00: Minor optimization for devices with RTS/CTS offloadHelmut Schaa1-3/+3
2011-02-21rt2x00: Fix rt2800 txpower setting to correct valueRA-Jay Hung3-77/+199
2011-02-21rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversit...RA-Jay Hung3-9/+70
2011-02-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2011-02-19wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez1-0/+2
2011-02-14rt2x00: Check for errors from skb_pad() callsSeth Forshee3-6/+30
2011-01-31rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn4-7/+25
2011-01-31rt2x00: Kill all tasklets during device removalIvo van Doorn1-0/+4
2011-01-31rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.Gertjan van Wingerde2-6/+4
2011-01-31rt2x00: Copy the MAC address to the WCID entry properly.Gertjan van Wingerde1-1/+1
2011-01-31rt2x00: Fix WPA TKIP Michael MIC failures.Gertjan van Wingerde2-0/+12
2011-01-31rt2x00: trivial: add \n to WARNING messageJohannes Stezenbach1-1/+1
2011-01-31Trivial typo fix in commentMark Einon1-1/+1
2011-01-31rt2x00: Correct initial value of US_CYC_CNT register for pcie interfaceRA-Jay Hung2-0/+8
2011-01-31rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa8-24/+4
2011-01-31rt2x00: Remove interrupt thread registrationHelmut Schaa2-15/+3
2011-01-31rt2x00: Convert rt2400pci interrupt handling to use taskletsHelmut Schaa1-39/+115
2011-01-31rt2x00: Convert rt2500pci interrupt handling to use taskletsHelmut Schaa1-39/+111
2011-01-31rt2x00: Convert rt61pci to use taskletsHelmut Schaa1-45/+130
2011-01-31rt2x00: Convert rt2800pci to use taskletsHelmut Schaa1-59/+114
2011-01-31rt2x00: Disable txstatus tasklet by defaultHelmut Schaa2-8/+5
2011-01-31rt2x00: Introduce tasklets for interrupt handlingHelmut Schaa2-0/+34
2011-01-31rt2x00: Make periodic beacon updates for PCI devices atomicHelmut Schaa1-10/+16
2011-01-31rt2x00: Limit beacon updates in bss_info_changed to USB devicesHelmut Schaa1-2/+3