summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
2008-06-14rt2x00: Calculate register offset during compile timeIvo van Doorn1-14/+45
2008-06-14rt2x00: Add D-link DWA111 supportIvo van Doorn1-0/+1
2008-06-14rt2x00: LEDS build failureRandy Dunlap1-6/+6
2008-06-14rt2x00: INPUT build failureRandy Dunlap1-3/+4
2008-06-14rt2x00: Restrict DMA to 32-bit addresses.Gertjan van Wingerde1-2/+1
2008-06-14rt2x00: Don't kill guardian_urb when it wasn't createdIvo van Doorn1-0/+6
2008-06-10rt2x00dev.c: fix-up merge damageJohn W. Linville1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-3/+10
2008-05-29rt2x00: Use atomic interface iteration in irq contextIvo van Doorn1-3/+3
2008-05-29rt2x00: Reset antenna RSSI after switchIvo van Doorn2-0/+6
2008-05-29rt2x00: Don't count retries as failureIvo van Doorn1-1/+1
2008-05-29rt2x00: Fix memleak in tx() pathIvo van Doorn1-0/+1
2008-05-22mac80211: use multi-queue master netdeviceJohannes Berg2-18/+5
2008-05-22mac80211: move TX info into skb->cbJohannes Berg14-133/+125
2008-05-22mac80211: use rate index in TX controlJohannes Berg1-3/+6
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg1-2/+2
2008-05-22rt2x00: Release rt2x00 2.1.6Ivo van Doorn1-1/+1
2008-05-22rt2x00: Remove extra +Ivo van Doorn1-1/+1
2008-05-22rt2x00: Merge RX and TX entry private dataIvo van Doorn9-307/+223
2008-05-22rt2x00: Remove redundant flags/dev_flags initializationsIvo van Doorn5-10/+1
2008-05-22rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn11-163/+265
2008-05-22rt2x00: Only initialize the minimum needed fields of PCI TX descriptors.Gertjan van Wingerde3-27/+21
2008-05-22rt2x00: Preserve descriptor information after memmove()Ivo van Doorn3-47/+62
2008-05-22rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...Gertjan van Wingerde15-11/+42
2008-05-22rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()Ivo van Doorn8-32/+36
2008-05-22rt2x00: Fix TX status reportingIvo van Doorn7-31/+76
2008-05-22rt2x00: trim skb_frame_desc to 32 bytesIvo van Doorn4-17/+13
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-17/+14
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller3-29/+18
2008-05-15mac80211: use hardware flags for signal/noise unitsBruno Randolf6-17/+14
2008-05-13rt2x00: Clean up error handling of PCI queue DMA allocation.Ivo van Doorn1-2/+3
2008-05-13rt2x00: Fix broken recover-on-error pathIvo van Doorn1-7/+4
2008-05-13rt2x00: Don't use pskb_expand_head()Ivo van Doorn1-20/+11
2008-05-07rt2x00: Clarify supported chipsets in KconfigIvo van Doorn1-23/+32
2008-05-07mac80211: QoS related cleanupsJohannes Berg4-10/+6
2008-05-07mac80211: remove queue info from ieee80211_tx_statusJohannes Berg1-3/+0
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg1-3/+3
2008-05-07rt2x00: Release rt2x00 2.1.5Ivo van Doorn1-1/+1
2008-05-07rt2x00: Fix kernel-docIvo van Doorn3-8/+10
2008-05-07rt2x00: Add helper macrosIvo van Doorn4-18/+29
2008-05-07rt2x00: Use rt2x00 queue numberingIvo van Doorn12-116/+80
2008-05-07rt2x00: Remove DRIVER_SUPPORT_MIXED_INTERFACESIvo van Doorn2-7/+5
2008-05-07rt2x00: Support hardware RTS and CTS-to-self framesIvo van Doorn1-1/+6
2008-05-02rt2x00: Fix quality/activity led handlingIvo van Doorn8-5/+28
2008-05-02rt2x00: Don't enable short preamble for 1MBsIvo van Doorn2-2/+2
2008-04-23rt2x00: Select LEDS_CLASS.David S. Miller1-5/+10
2008-04-16rt2x00: Only free skb when beacon_update failsIvo van Doorn1-4/+2
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+1
2008-04-09rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner1-3/+1
2008-04-09rt2x00: Use lib->config_filter() during scheduled packet filter configIvo van Doorn1-11/+1