summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Fix HW crypto key handlingIvo van Doorn2008-09-243-5/+6
* mac80211: fix virtual interfaces vs. injectionJohannes Berg2008-09-151-8/+13
* mac80211: use nl80211 interface typesJohannes Berg2008-09-156-20/+20
* rt2x00: Make rt2x00 LEDS invisible config optionIvo van Doorn2008-09-116-63/+26
* rt2x00: Make RFKILL enabled by defaultIvo van Doorn2008-09-115-62/+42
* rt2x00: Revert "rt2x00: Fix the beacon length bug"Ivo van Doorn2008-09-112-24/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-081-3/+2
|\
| * rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ONBoaz Harrosh2008-09-021-3/+2
* | cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+5
* | rt2x00: Release rt2x00 2.2.1Ivo van Doorn2008-08-291-1/+1
* | rt2x00: skb->data pointer should not include TX descriptorMattias Nissler2008-08-293-9/+8
* | rt2x00: Add Signal type flagIvo van Doorn2008-08-296-4/+13
* | rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn2008-08-295-24/+122
* | rt2x00: Only configure hardware when radio is enabledMattias Nissler2008-08-293-36/+25
* | rt2x00: Map extra_tx_headroom to DMAIvo van Doorn2008-08-291-3/+21
* | rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-2911-66/+68
* | rt2x00: Add module parameter to disable HW cryptoIvo van Doorn2008-08-222-2/+18
* | rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn2008-08-223-31/+63
* | rt2x00: Release rt2x00 2.2.0Ivo van Doorn2008-08-221-1/+1
* | rt2x00: Gather channel information in structureIvo van Doorn2008-08-2213-162/+176
* | rt2x00: Implement HW encryption (rt73usb)Ivo van Doorn2008-08-223-8/+285
* | rt2x00: Implement HW encryption (rt61pci)Ivo van Doorn2008-08-223-8/+270
* | rt2x00: Implement HW encryptionIvo van Doorn2008-08-2211-30/+686
* | wireless: replace __FUNCTION__ with __func__Harvey Harrison2008-08-221-2/+2
* | rt2x00mac: In error case stop netdev queue, free skb and return NETDEV_TX_OKDaniel Wagner2008-08-221-23/+20
|/
* rt2x00: Fix txdone_entry_desc_flagsJochen Friedrich2008-08-182-4/+5
* rt2x00: Block all unsupported modesIvo van Doorn2008-08-071-17/+37
* rt2x00: Disable link tuning in rt2500usbIvo van Doorn2008-08-041-0/+14
* rt2x00: Fix compile warningIvo van Doorn2008-08-022-3/+3
* rt2500pci: restoring missing linePeter Chubb2008-08-011-0/+1
* rt2x00: Sequence counter should be protected in irqsaveIvo van Doorn2008-08-013-2/+10
* rt2x00: Fix VGC lower bound initializationIvo van Doorn2008-08-011-3/+3
* rt2x00: rt61pci needs another millisecond after firmware uploadIvo van Doorn2008-08-011-0/+5
* rt2x00: Fix partial antenna configurationIvo van Doorn2008-08-011-0/+4
* rt2x00: Fix access permissions on debugfs filesIvo van Doorn2008-08-011-10/+7
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-1/+1
* rt2x00: Clear queue entry flags during initializationIvo van Doorn2008-07-291-2/+8
* rt2x00: Force full register config after start()Ivo van Doorn2008-07-293-4/+17
* rt2x00: Fix memleak when RTS/CTS failsIvo van Doorn2008-07-291-0/+1
* rt2x00: Fix QOS sequence countingIvo van Doorn2008-07-295-15/+32
* rt2x00: Fix the beacon length bugIwo Mergler2008-07-292-0/+24
* rt2x00: Large vendor requests for rt73usb firmware upload and beaconsIwo Mergler2008-07-292-32/+9
* rt2x00: Support for large vendor requestsIwo Mergler2008-07-292-1/+52
* rt2x00: Fix EIFS timing valueIvo van Doorn2008-07-292-2/+5
* rt2x00: Remove duplicate declarationIvo van Doorn2008-07-291-7/+0
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-293-3/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-184-8/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-144-8/+8
| |\
| | * rt2x00: treat firmware data as constDavid Woodhouse2008-07-104-8/+8
* | | wireless: fix warnings from QoS patchJohannes Berg2008-07-151-4/+1