aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2500pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-09rt2x00: Hardcode TX ack timeout and consume timeIvo van Doorn1-3/+2
2009-08-14rt2x00: Fix beacon de-synchronization while update beaconIgor Perminov1-2/+0
2009-07-24rt2x00: Implement set_tim callback for all driversStefan Steuerwald1-0/+1
2009-07-10rt2x00: use wiphy rfkill interfaceIvo van Doorn1-6/+1
2009-06-03rt2x00: Remove last usage of beacon_int from ieee80211_configIvo van Doorn1-1/+1
2009-05-22rt2x00: Remove usage of IEEE80211_CONF_CHANGE_BEACON_INTERVALIvo van Doorn1-22/+8
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-1/+0
2009-04-22rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn1-1/+1
2009-02-27rt2x00: Remove check for rf word 0Ivo van Doorn1-3/+0
2009-02-09rt2x00: Add kill_tx_queue callback functionIvo van Doorn1-13/+17
2009-01-29rt2x00: Add LED_MODE_ASUS supportIvo van Doorn1-1/+3
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-29rt2400,rt2500: init led_qual for LED_MODE_DEFAULTAndrew Price1-1/+1
2009-01-29mac80211: extend/document powersave APIJohannes Berg1-1/+3
2009-01-29rt2x00: Remove ENTRY_TXD_OFDM_RATEIvo van Doorn1-1/+1
2009-01-29rt2x00: Restrict interface between rt2x00link and driversIvo van Doorn1-25/+25
2009-01-29rt2x00: Reduce calls to bbp_read()Ivo van Doorn1-25/+25
2009-01-29rt2x00: Implement PowersavingIvo van Doorn1-0/+28
2008-11-25rt2x00: Cleanup indirect register accessIvo van Doorn1-83/+42
2008-11-21rt2x00: Fix race condition when using inderect registersIvo van Doorn1-13/+34
2008-11-21rt2x00: Optimize get_duration / get_duration_resIvo van Doorn1-5/+5
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn1-17/+28
2008-11-10rt2x00: Remove debugfs CSR access wrappersIvo van Doorn1-16/+7
2008-11-10rt2x00: Optimize configuration handlingIvo van Doorn1-106/+100
2008-10-31mac80211: make retry limits part of hw configJohannes Berg1-1/+1
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+1
2008-09-11rt2x00: Make rt2x00 LEDS invisible config optionIvo van Doorn1-4/+4
2008-09-11rt2x00: Make RFKILL enabled by defaultIvo van Doorn1-4/+4
2008-08-29rt2x00: Add Signal type flagIvo van Doorn1-0/+2
2008-08-29rt2x00: Fix race conditions in flag handlingIvo van Doorn1-1/+1
2008-08-22rt2x00: Gather channel information in structureIvo van Doorn1-13/+26
2008-08-01rt2500pci: restoring missing linePeter Chubb1-0/+1
2008-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-55/+35
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+11
2008-07-14rt2x00: Reorganize beacon handlingIvo van Doorn1-55/+35
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-1/+1
2008-07-09rt2x00: Disable synchronization during initializationIvo van Doorn1-0/+11
2008-06-26rt2x00: Cleanup symbol exportsIvo van Doorn1-1/+1
2008-06-26rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde1-4/+6
2008-06-26rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde1-1/+1
2008-06-14rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde1-2/+0
2008-06-14rt2x00: Don't kick TX queue after each frameIvo van Doorn1-1/+0
2008-06-14rt2x00: Move led initialization into functionIvo van Doorn1-17/+15
2008-06-14rt2x00: Cleanup/optimize set_state() function callback functionIvo van Doorn1-29/+27
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-4/+4
2008-05-21rt2x00: Merge RX and TX entry private dataIvo van Doorn1-36/+36
2008-05-21rt2x00: Remove redundant flags/dev_flags initializationsIvo van Doorn1-2/+0
2008-05-21rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn1-1/+10
2008-05-21rt2x00: Only initialize the minimum needed fields of PCI TX descriptors.Gertjan van Wingerde1-4/+5
2008-05-21rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue feature.Gertjan van Wingerde1-1/+1