aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-04rt2x00: Optimize getting the beacon queue structure.Gertjan van Wingerde1-1/+1
2011-03-04rt2x00: Include ATIM queue support in rt2x00queue_get_tx_queue.Gertjan van Wingerde1-4/+4
2011-03-04rt2x00: Remove now unused crypto.aid fieldHelmut Schaa1-4/+2
2011-03-04rt2x00: Use unlikely for unexpected error condition in rt2x00_mac_txHelmut Schaa1-1/+1
2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa1-2/+2
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+2
2011-02-21rt2x00: Minor optimization for devices with RTS/CTS offloadHelmut Schaa1-3/+3
2011-01-31rt2x00: Limit beacon updates in bss_info_changed to USB devicesHelmut Schaa1-2/+3
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-3/+38
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-04rt2x00: Fix comment about removed spinlockHelmut Schaa1-4/+1
2011-01-04rt2x00: Remove unused interface spinlockHelmut Schaa1-1/+0
2011-01-04rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa1-3/+1
2011-01-04rt2x00: Fix pointer errors.Gertjan van Wingerde1-4/+4
2011-01-04rt2x00: remove intf->mac field.Gertjan van Wingerde1-4/+2
2011-01-04rt2x00: Remove intf->bssid field.Gertjan van Wingerde1-11/+0
2010-12-13rt2x00: Add "flush" queue commandIvo van Doorn1-30/+2
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn1-4/+4
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn1-3/+3
2010-12-13rt2x00: trivial: add missing \n on warningsJohannes Stezenbach1-1/+1
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn1-2/+2
2010-11-15rt2x00: Fix hw crypto in AP mode for some devicesHelmut Schaa1-8/+2
2010-11-15rt2x00: Implement flush callbackIvo van Doorn1-0/+38
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-05rt2x00: Implement HT protection for rt2800Helmut Schaa1-1/+1
2010-09-14rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa1-2/+4
2010-07-26rt2x00: Fix regression for rt2500pciIvo van Doorn1-6/+13
2010-07-12rt2x00: Allow beacon update without scheduling a workHelmut Schaa1-1/+25
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