aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt61pci.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Remove debugfs CSR access wrappersIvo van Doorn2008-11-101-16/+7
* rt2x00: Optimize configuration handlingIvo van Doorn2008-11-101-119/+112
* rt2x00: reduce checkpatch.pl errorsJohn Daiker2008-10-311-1/+1
* mac80211: make retry limits part of hw configJohannes Berg2008-10-311-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* rt2x00: Fix HW crypto key handlingIvo van Doorn2008-09-241-2/+2
* rt2x00: Make rt2x00 LEDS invisible config optionIvo van Doorn2008-09-111-6/+6
* rt2x00: Make RFKILL enabled by defaultIvo van Doorn2008-09-111-4/+4
* rt2x00: Add Signal type flagIvo van Doorn2008-08-291-0/+2
* rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn2008-08-291-11/+58
* rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-291-1/+1
* rt2x00: Add module parameter to disable HW cryptoIvo van Doorn2008-08-221-1/+9
* rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn2008-08-221-17/+31
* rt2x00: Gather channel information in structureIvo van Doorn2008-08-221-17/+25
* rt2x00: Implement HW encryption (rt61pci)Ivo van Doorn2008-08-221-6/+250
* rt2x00: rt61pci needs another millisecond after firmware uploadIvo van Doorn2008-08-011-0/+5
* rt2x00: Fix QOS sequence countingIvo van Doorn2008-07-291-1/+2
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-291-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-141-2/+2
| |\
| | * rt2x00: treat firmware data as constDavid Woodhouse2008-07-101-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-141-67/+36
|\ \ \
| * | | rt2x00: Reorganize beacon handlingIvo van Doorn2008-07-141-67/+36
| * | | mac80211: revamp beacon configurationJohannes Berg2008-07-141-1/+1
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-0/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | rt2x00: Disable synchronization during initializationIvo van Doorn2008-07-091-0/+9
| |/
* | rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-261-2/+2
* | rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-261-4/+5
* | rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-261-2/+2
* | rt2x00: Properly clean up beacon skbs.Gertjan van Wingerde2008-06-261-0/+6
* | rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde2008-06-141-5/+3
* | rt2x00: Don't kick TX queue after each frameIvo van Doorn2008-06-141-1/+0
* | rt2x00: Move led initialization into functionIvo van Doorn2008-06-141-25/+16
* | rt2x00: Cleanup/optimize set_state() function callback functionIvo van Doorn2008-06-141-32/+29
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-211-4/+4
* | rt2x00: Merge RX and TX entry private dataIvo van Doorn2008-05-211-35/+34
* | rt2x00: Remove redundant flags/dev_flags initializationsIvo van Doorn2008-05-211-2/+0
* | rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn2008-05-211-2/+11
* | rt2x00: Only initialize the minimum needed fields of PCI TX descriptors.Gertjan van Wingerde2008-05-211-14/+10
* | rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...Gertjan van Wingerde2008-05-211-1/+1
* | rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()Ivo van Doorn2008-05-211-4/+2
* | rt2x00: Fix TX status reportingIvo van Doorn2008-05-211-2/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-05-151-3/+2
|\ \
| * | mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-3/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-20/+11
|\ \ \ | |/ / |/| / | |/
| * rt2x00: Don't use pskb_expand_head()Ivo van Doorn2008-05-121-20/+11
* | rt2x00: Use rt2x00 queue numberingIvo van Doorn2008-05-071-19/+8
|/
* rt2x00: Fix quality/activity led handlingIvo van Doorn2008-05-011-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-3/+1
|\
| * rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner2008-04-091-3/+1