aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12rt2x00: Disable link tuning while scanningIvo van Doorn1-3/+21
2010-06-30rt2x00: Remove unneeded variableIvo van Doorn1-5/+2
2010-06-30rt2x00: Write the BSSID to register when interface is addedIvo van Doorn1-1/+2
2010-02-08rt2x00: remove get_tx_stats() mac80211 opKalle Valo1-16/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-13/+13
2009-11-28rt2x00: Remove unused variable frame_control from rt2x00mac_tx.Gertjan van Wingerde1-3/+0
2009-11-19mac80211: request TX status where neededJohannes Berg1-3/+2
2009-11-11rt2x00: Update copyright statements.Gertjan van Wingerde1-1/+1
2009-08-28rt2x00: Cleanup rt2x00mac_bss_info_changed()Ivo van Doorn1-8/+0
2009-08-20rt2x00: bss_info_changed() callback is allowed to sleepIvo van Doorn1-11/+3
2009-08-20rt2x00: configure_filter() callback is allowed to sleepIvo van Doorn1-4/+1
2009-08-20rt2x00: Fix RFKILL pollingIvo van Doorn1-2/+2
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-1/+1
2009-08-14rt2x00: FIF_PSPOLL filter flag supportIgor Perminov1-0/+17
2009-08-14rt2x00: Fix for race condition while update beaconIgor Perminov1-0/+1
2009-08-14rt2x00: Remove usage of deprecated radio_enabled & IEEE80211_CONF_CHANGE_RADIO_ENABLEDIvo van Doorn1-35/+19
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-1/+1
2009-08-04rt2x00: Fix build error when crypto support is disabledIvo van Doorn1-10/+10
2009-07-27rt2x00: Don't alter rt2x00dev->default_antLars Ericsson1-1/+1
2009-07-24rt2x00: Comment spellcheckingLuis Correia1-2/+2
2009-07-24rt2x00: Implement set_tim callback for all driversStefan Steuerwald1-0/+10
2009-07-10rt2x00: use wiphy rfkill interfaceIvo van Doorn1-0/+9
2009-07-10rt2x00: remove skb->do_not_encrypt usageJohannes Berg1-1/+2
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-50/+38
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