summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00mac.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Use more current logging styles, shrink object sizeJoe Perches2013-04-221-8/+9
* mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* rt2x00: print chip and firmware version by defaultStanislaw Gruszka2013-01-301-3/+3
* mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-091-3/+3
* rt2x00: Replace open coded interface checking with interface combinations.Gertjan van Wingerde2012-09-251-39/+0Star
* rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.Gertjan van Wingerde2012-09-251-3/+2Star
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-1/+3
* rt2x00: claim RSN IBSS supportStanislaw Gruszka2012-06-061-2/+12
* rt2x00: use atomic variable for seqnoStanislaw Gruszka2012-06-041-1/+0Star
* rt2x00: do not generate seqno in h/w if QOS is disabledStanislaw Gruszka2012-04-111-0/+10
* rt2x00: fix random stallsStanislaw Gruszka2012-03-121-0/+9
* rt2x00: Make use of ieee80211_free_txskb in tx pathHelmut Schaa2011-12-141-1/+1
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-1/+2
* rt2x00: Add WCID to crypto structHelmut Schaa2011-09-141-2/+5
* rt2x00: Introduce sta_add/remove callbacksHelmut Schaa2011-09-141-0/+33
* rt2x00: Move bssidx calculation into its own functionHelmut Schaa2011-09-141-9/+1Star
* rt2x00: fix usage of NULL queueStanislaw Gruszka2011-08-021-2/+3
* rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde2011-07-071-0/+14
* rt2x00: Implement get_antenna and set_antenna callback functionsIvo van Doorn2011-04-191-0/+65
* rt2x00: Implement get_ringparam callback functionIvo van Doorn2011-04-191-0/+16
* rt2x00: Split rt2x00dev->flagsIvo van Doorn2011-04-191-6/+6
* rt2x00: Fix stuck queue in tx failure caseHelmut Schaa2011-04-191-1/+1
* rt2x00: Optimize getting the beacon queue structure.Gertjan van Wingerde2011-03-041-1/+1
* rt2x00: Include ATIM queue support in rt2x00queue_get_tx_queue.Gertjan van Wingerde2011-03-041-4/+4
* rt2x00: Remove now unused crypto.aid fieldHelmut Schaa2011-03-041-4/+2Star
* rt2x00: Use unlikely for unexpected error condition in rt2x00_mac_txHelmut Schaa2011-03-041-1/+1
* rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa2011-03-041-2/+2
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-3/+2Star
* rt2x00: Minor optimization for devices with RTS/CTS offloadHelmut Schaa2011-02-211-3/+3
* rt2x00: Limit beacon updates in bss_info_changed to USB devicesHelmut Schaa2011-01-311-2/+3
* rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa2011-01-311-3/+38
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | rt2x00: Fix comment about removed spinlockHelmut Schaa2011-01-041-4/+1Star
* | rt2x00: Remove unused interface spinlockHelmut Schaa2011-01-041-1/+0Star
* | rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa2011-01-041-3/+1Star
* | rt2x00: Fix pointer errors.Gertjan van Wingerde2011-01-041-4/+4
* | rt2x00: remove intf->mac field.Gertjan van Wingerde2011-01-041-4/+2Star
* | rt2x00: Remove intf->bssid field.Gertjan van Wingerde2011-01-041-11/+0Star
* | rt2x00: Add "flush" queue commandIvo van Doorn2010-12-131-30/+2Star
* | rt2x00: Protect queue control with mutexIvo van Doorn2010-12-131-4/+4
* | rt2x00: Reorganize queue callback functionsIvo van Doorn2010-12-131-3/+3
* | rt2x00: trivial: add missing \n on warningsJohannes Stezenbach2010-12-131-1/+1
* | rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn2010-11-151-2/+2
* | rt2x00: Fix hw crypto in AP mode for some devicesHelmut Schaa2010-11-151-8/+2Star
* | rt2x00: Implement flush callbackIvo van Doorn2010-11-151-0/+38
|/
* rt2x00: Implement HT protection for rt2800Helmut Schaa2010-10-051-1/+1
* rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa2010-09-141-2/+4
* rt2x00: Fix regression for rt2500pciIvo van Doorn2010-07-261-6/+13
* rt2x00: Allow beacon update without scheduling a workHelmut Schaa2010-07-121-1/+25