summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-16rt2x00: prevent double kfree when failing to register hardwareHerton Ronaldo Krzesinski1-3/+1
2009-02-09rt2x00: Add kill_tx_queue callback functionIvo van Doorn1-2/+3
2009-02-09rt2x00: Move intf_work to mac82011 workqueueIvo van Doorn1-1/+1
2009-01-30rt2x00: Simplify suspend/resume handlingIvo van Doorn1-88/+5
2009-01-30rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-29rt2x00: Introduce RXDONE_SIGNAL_MASK maskIvo van Doorn1-2/+2
2009-01-29rt2x00: Allow drivers to pass the noise value during rxdoneIvo van Doorn1-0/+1
2009-01-29rt2x00: Implement WDS supportIvo van Doorn1-3/+6
2009-01-29rt2x00: Add mesh supportAndrey Yurovsky1-4/+7
2009-01-29rt2x00: Move link tuning into seperate fileIvo van Doorn1-295/+8
2009-01-12rt2x00: Fix TX short preamble detectionIvo van Doorn1-5/+3
2008-12-05rt2x00: Add RXDONE_CRYPTO_IV/ICV flagsIvo van Doorn1-1/+2
2008-11-21rt2x00: Fix race condition when using inderect registersIvo van Doorn1-0/+2
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn1-4/+3
2008-11-21rt2x00: Fix BUG_ON() with antenna handlingIvo van Doorn1-10/+12
2008-11-21rt2x00: Remove RATE_BASIC flagIvo van Doorn1-7/+7
2008-11-10rt2x00: Improve interface_modes initializationIvo van Doorn1-4/+10
2008-11-10rt2x00: Remove ieee80211_bss_conf from rt2x00_intfIvo van Doorn1-1/+1
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg1-4/+10
2008-11-01mac80211: introduce hw config change flagsJohannes Berg1-1/+1
2008-11-01mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg1-4/+2
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-4/+4
2008-09-06cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+5
2008-08-30rt2x00: Add Signal type flagIvo van Doorn1-1/+1
2008-08-30rt2x00: Only configure hardware when radio is enabledMattias Nissler1-10/+0
2008-08-30rt2x00: Fix race conditions in flag handlingIvo van Doorn1-28/+30
2008-08-23rt2x00: Gather channel information in structureIvo van Doorn1-14/+4
2008-08-23rt2x00: Implement HW encryptionIvo van Doorn1-4/+26
2008-07-30rt2x00: Force full register config after start()Ivo van Doorn1-3/+4
2008-07-14rt2x00: Reorganize beacon handlingIvo van Doorn1-7/+2
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-5/+5
2008-07-08rt2x00: Report RX end time for rt2400pciIvo van Doorn1-0/+1
2008-07-08rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn1-14/+3
2008-07-08rt2x00: Remove input_polldev requirements for rfkillIvo van Doorn1-2/+0
2008-06-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-20/+80
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-13/+25
2008-06-27rt2x00: Fix lock dependency errrorIvo van Doorn1-13/+25
2008-06-27rt2x00: Cleanup symbol exportsIvo van Doorn1-0/+29
2008-06-27rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde1-19/+45
2008-06-27rt2x00: Properly clean up beacon skbs.Gertjan van Wingerde1-0/+6
2008-06-27rt2x00: Use ieee80211 fc handlersIvo van Doorn1-3/+2
2008-06-14rt2x00: Rework alignment check.Gertjan van Wingerde1-6/+2
2008-06-14rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde1-0/+22
2008-06-14rt2x00: Cleanup/optimize set_state() function callback functionIvo van Doorn1-0/+3
2008-06-10rt2x00dev.c: fix-up merge damageJohn W. Linville1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2008-05-29rt2x00: Use atomic interface iteration in irq contextIvo van Doorn1-3/+3
2008-05-29rt2x00: Don't count retries as failureIvo van Doorn1-1/+1
2008-05-22mac80211: move TX info into skb->cbJohannes Berg1-26/+23
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg1-2/+2