aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-14rt2x00: Make use of ieee80211_free_txskb in tx pathHelmut Schaa1-1/+1
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-14rt2x00: Add WCID to crypto structHelmut Schaa1-2/+5
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa1-0/+33
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa1-9/+1
2011-08-02rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde1-0/+14
2011-04-19rt2x00: Implement get_antenna and set_antenna callback functionsIvo van Doorn1-0/+65
2011-04-19rt2x00: Implement get_ringparam callback functionIvo van Doorn1-0/+16
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-6/+6
2011-04-19rt2x00: Fix stuck queue in tx failure caseHelmut Schaa1-1/+1
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