summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-2/+11
2008-04-02rt2x00: Remove MAC80211_LEDS dependencyIvo van Doorn12-247/+297
2008-04-02rt2x00: TO_DS filter depends on intf_ap_countIvo van Doorn6-5/+17
2008-04-02rt2x00: Invert scheduled packet_filter checkIvo van Doorn1-2/+2
2008-04-02rt2x00: fixup some non-functional merge errorsJohn W. Linville2-5/+1
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-0/+2
2008-03-27rt2x00: Ignore set_state(STATE_SLEEP) failureIvo van Doorn1-2/+11
2008-03-25rt2x00: Fix in_atomic() usageIvo van Doorn9-386/+234
2008-03-25rt2x00: Fix rate detection for invalid signalsIvo van Doorn1-0/+7
2008-03-25rt2x00: Add dev_flags to rx descriptorIvo van Doorn7-25/+48
2008-03-25rt2x00: Add id for Corega CG-WLUSB2GPXMasakazu Mokuno1-0/+2
2008-03-19[RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warningAndrew Morton1-3/+0
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller6-76/+111