aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2400pci.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-87/+80
* 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: Make rt2x00 LEDS invisible config optionIvo van Doorn2008-09-111-4/+4
* rt2x00: Make RFKILL enabled by defaultIvo van Doorn2008-09-111-4/+4
* rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-291-1/+1
* rt2x00: Gather channel information in structureIvo van Doorn2008-08-221-16/+24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-141-54/+35
|\
| * rt2x00: Reorganize beacon handlingIvo van Doorn2008-07-141-54/+35
| * 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/+11
|\ \ | |/ |/|
| * rt2x00: Disable synchronization during initializationIvo van Doorn2008-07-091-0/+11
* | rt2x00: Report RX end time for rt2400pciIvo van Doorn2008-07-081-0/+23
* | rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-261-1/+1
* | rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-261-6/+7
* | rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-261-1/+1
* | rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde2008-06-141-4/+2
* | 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-17/+15
* | rt2x00: Cleanup/optimize set_state() function callback functionIvo van Doorn2008-06-141-29/+27
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-211-4/+4
* | rt2x00: Remove extra +Ivo van Doorn2008-05-211-1/+1
* | rt2x00: Merge RX and TX entry private dataIvo van Doorn2008-05-211-39/+39
* | rt2x00: Remove redundant flags/dev_flags initializationsIvo van Doorn2008-05-211-2/+1
* | rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn2008-05-211-1/+10
* | rt2x00: Only initialize the minimum needed fields of PCI TX descriptors.Gertjan van Wingerde2008-05-211-9/+6
* | 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-1/+12
* | mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-3/+2
* | mac80211: QoS related cleanupsJohannes Berg2008-05-071-3/+2
* | rt2x00: Use rt2x00 queue numberingIvo van Doorn2008-05-071-21/+11
|/
* rt2x00: Fix quality/activity led handlingIvo van Doorn2008-05-011-1/+1
* rt2x00: Don't enable short preamble for 1MBsIvo van Doorn2008-05-011-1/+1
* rt2x00: Remove MAC80211_LEDS dependencyIvo van Doorn2008-04-011-27/+36
* rt2x00: TO_DS filter depends on intf_ap_countIvo van Doorn2008-04-011-1/+2
* rt2x00: Fix in_atomic() usageIvo van Doorn2008-03-251-63/+29
* rt2x00: Add dev_flags to rx descriptorIvo van Doorn2008-03-251-3/+4
* rt2x00: Only strip preamble bit in rt2400pciIvo van Doorn2008-03-131-2/+3
* rt2x00: Fix rt2400pci signalIvo van Doorn2008-03-131-1/+5
* rt2x00: Fix RX DMA ring initializationIvo van Doorn2008-03-131-1/+1
* rt2x00: Always enable TSF tickingIvo van Doorn2008-03-131-0/+2
* rt2x00: Rename config_preamble() to config_erp()Ivo van Doorn2008-03-131-8/+8
* rt2x00: Start bugging when rt2x00lib doesn't filter SW diversityIvo van Doorn2008-03-131-14/+9
* rt2x00: Only disable beaconing just before beacon updateIvo van Doorn2008-03-131-7/+13
* rt2x00: Cleanup mode registrationIvo van Doorn2008-02-291-2/+2
* rt2x00: Remove reset_tsf()Ivo van Doorn2008-02-291-9/+0
* rt2x00: Fix Descriptor DMA initializationIvo van Doorn2008-02-291-8/+13
* rt2x00: Don't report driver generated frames to tx_status()Ivo van Doorn2008-02-291-0/+1