aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-11rt2x00: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-11-11rt2x00: fix HT TX descriptor settings regressionStanislaw Gruszka1-2/+2
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2013-10-18rt2x00: check if device is still available on rt2x00mac_flush()Stanislaw Gruszka1-0/+3
2013-10-14rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos1-3/+3
2013-04-22rt2x00: Use more current logging styles, shrink object sizeJoe Perches1-8/+9
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2013-01-30rt2x00: print chip and firmware version by defaultStanislaw Gruszka1-3/+3
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg1-3/+3
2012-09-25rt2x00: Replace open coded interface checking with interface combinations.Gertjan van Wingerde1-39/+0
2012-09-25rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.Gertjan van Wingerde1-3/+2
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-1/+3
2012-06-06rt2x00: claim RSN IBSS supportStanislaw Gruszka1-2/+12
2012-06-04rt2x00: use atomic variable for seqnoStanislaw Gruszka1-1/+0
2012-04-11rt2x00: do not generate seqno in h/w if QOS is disabledStanislaw Gruszka1-0/+10
2012-03-12rt2x00: fix random stallsStanislaw Gruszka1-0/+9
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