aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00dev.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Improve interface_modes initializationIvo van Doorn2008-11-101-4/+10
* rt2x00: Remove ieee80211_bss_conf from rt2x00_intfIvo van Doorn2008-11-101-1/+1
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-4/+10
* mac80211: introduce hw config change flagsJohannes Berg2008-10-311-1/+1
* mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg2008-10-311-4/+2
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-4/+4
* cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+5
* rt2x00: Add Signal type flagIvo van Doorn2008-08-291-1/+1
* rt2x00: Only configure hardware when radio is enabledMattias Nissler2008-08-291-10/+0
* rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-291-28/+30
* rt2x00: Gather channel information in structureIvo van Doorn2008-08-221-14/+4
* rt2x00: Implement HW encryptionIvo van Doorn2008-08-221-4/+26
* rt2x00: Force full register config after start()Ivo van Doorn2008-07-291-3/+4
* rt2x00: Reorganize beacon handlingIvo van Doorn2008-07-141-7/+2
* mac80211: revamp beacon configurationJohannes Berg2008-07-141-5/+5
* rt2x00: Report RX end time for rt2400pciIvo van Doorn2008-07-081-0/+1
* rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn2008-07-081-14/+3
* rt2x00: Remove input_polldev requirements for rfkillIvo van Doorn2008-07-081-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-281-20/+80
|\
| * rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-261-0/+29
| * rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-261-19/+45
| * rt2x00: Properly clean up beacon skbs.Gertjan van Wingerde2008-06-261-0/+6
| * rt2x00: Use ieee80211 fc handlersIvo van Doorn2008-06-261-3/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-13/+25
|\ \ | |/ |/|
| * rt2x00: Fix lock dependency errrorIvo van Doorn2008-06-271-13/+25
* | rt2x00: Rework alignment check.Gertjan van Wingerde2008-06-141-6/+2
* | rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde2008-06-141-0/+22
* | rt2x00: Cleanup/optimize set_state() function callback functionIvo van Doorn2008-06-141-0/+3
* | rt2x00dev.c: fix-up merge damageJohn W. Linville2008-06-101-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-3/+3
|\ \ | |/
| * rt2x00: Use atomic interface iteration in irq contextIvo van Doorn2008-05-281-3/+3
| * rt2x00: Don't count retries as failureIvo van Doorn2008-05-281-1/+1
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-211-26/+23
* | mac80211: let drivers wake but not start queuesJohannes Berg2008-05-211-2/+2
* | rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn2008-05-211-148/+0
* | rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...Gertjan van Wingerde2008-05-211-0/+5
* | rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()Ivo van Doorn2008-05-211-5/+14
* | rt2x00: Fix TX status reportingIvo van Doorn2008-05-211-13/+11
* | rt2x00: trim skb_frame_desc to 32 bytesIvo van Doorn2008-05-211-9/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-05-151-2/+2
|\ \
| * | mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-7/+4
|\ \ \ | |/ / |/| / | |/
| * rt2x00: Fix broken recover-on-error pathIvo van Doorn2008-05-121-7/+4
* | mac80211: remove queue info from ieee80211_tx_statusJohannes Berg2008-05-071-3/+0
* | rt2x00: Use rt2x00 queue numberingIvo van Doorn2008-05-071-2/+1
|/
* rt2x00: Fix quality/activity led handlingIvo van Doorn2008-05-011-0/+2
* rt2x00: Only free skb when beacon_update failsIvo van Doorn2008-04-161-4/+2
* rt2x00: Use lib->config_filter() during scheduled packet filter configIvo van Doorn2008-04-081-11/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-2/+11
|\
| * rt2x00: Ignore set_state(STATE_SLEEP) failureIvo van Doorn2008-03-271-2/+11