aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-09rt2x00: Add kill_tx_queue callback functionIvo van Doorn1-2/+4
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-17/+12
2009-01-29rt2x00: Move code into seperate functionsIvo van Doorn1-18/+22
2009-01-29rt2x00: Implement WDS supportIvo van Doorn1-0/+1
2009-01-29rt2x00: Add mesh supportAndrey Yurovsky1-0/+1
2008-12-05rt2x00: Correctly initialize AID during set_key()Ivo van Doorn1-0/+12
2008-12-05rt2x00: Fix check for BSS info changesIvo van Doorn1-1/+1
2008-12-05rt2x00: Implement HW encryption (rt2500usb)Ivo van Doorn1-2/+0
2008-11-25rt2x00: Fix TX failure pathIvo van Doorn1-2/+1
2008-11-21rt2x00: Fix BUG_ON() with antenna handlingIvo van Doorn1-2/+11
2008-11-21rt2x00: Block set_key() during suspend/shutdownIvo van Doorn1-1/+3
2008-11-10rt2x00: Remove ieee80211_bss_conf from rt2x00_intfIvo van Doorn1-1/+0
2008-11-10rt2x00: Optimize configuration handlingIvo van Doorn1-10/+1
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-7/+7
2008-10-31mac80211: make retry limits part of hw configJohannes Berg1-0/+9
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-1/+2
2008-09-24rt2x00: Fix HW crypto key handlingIvo van Doorn1-1/+2
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-9/+9
2008-08-29rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn1-2/+3
2008-08-29rt2x00: Only configure hardware when radio is enabledMattias Nissler1-25/+25
2008-08-29rt2x00: Fix race conditions in flag handlingIvo van Doorn1-13/+13
2008-08-22rt2x00: Implement HW encryptionIvo van Doorn1-8/+102
2008-08-22rt2x00mac: In error case stop netdev queue, free skb and return NETDEV_TX_OKDaniel Wagner1-23/+20
2008-08-07rt2x00: Block all unsupported modesIvo van Doorn1-17/+37
2008-08-01rt2x00: Sequence counter should be protected in irqsaveIvo van Doorn1-0/+1
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-1/+1
2008-07-29rt2x00: Force full register config after start()Ivo van Doorn1-1/+12
2008-07-29rt2x00: Fix memleak when RTS/CTS failsIvo van Doorn1-0/+1
2008-07-29rt2x00: Fix QOS sequence countingIvo van Doorn1-13/+0
2008-07-15wireless: fix warnings from QoS patchJohannes Berg1-4/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg1-0/+13
2008-07-14rt2x00: Reorganize beacon handlingIvo van Doorn1-21/+10
2008-07-14rt2x00: Add support for CTS protection in rt2x00libIvo van Doorn1-1/+1
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-6/+16
2008-07-08rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn1-2/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-06-27rt2x00: Fix lock dependency errrorIvo van Doorn1-2/+2
2008-06-14rt2x00: Clear IEEE80211_TX_CTL_USE_RTS_CTS flag for RTS frameIvo van Doorn1-0/+1
2008-06-14rt2x00: Don't kick TX queue after each frameIvo van Doorn1-9/+1
2008-06-14rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn1-5/+2
2008-06-14rt2x00: Remove CTS/RTS check in tx()Ivo van Doorn1-7/+5
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-05-28rt2x00: Fix memleak in tx() pathIvo van Doorn1-0/+1
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-5/+5
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-31/+43
2008-05-21rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue feature.Gertjan van Wingerde1-1/+1
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-1/+1
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg1-3/+3
2008-05-07rt2x00: Use rt2x00 queue numberingIvo van Doorn1-7/+6