summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00.h
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Implement tx power temperature compensationHelmut Schaa2011-04-041-0/+6
* rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flagHelmut Schaa2011-04-041-1/+0Star
* rt2x00: Remove unused rt2x00queue_get_queue function.Gertjan van Wingerde2011-03-041-8/+0Star
* rt2x00: Include ATIM queue support in rt2x00queue_get_tx_queue.Gertjan van Wingerde2011-03-041-0/+3
* rt2x00: Don't treat ATIM queue as second beacon queue.Gertjan van Wingerde2011-03-041-3/+2Star
* rt2x00: Remove now unused crypto.aid fieldHelmut Schaa2011-03-041-1/+0Star
* rt2x00: Optimize TX descriptor handlingHelmut Schaa2011-03-041-0/+1
* rt2x00: Generate sw sequence numbers only for devices that need itHelmut Schaa2011-03-041-0/+1
* rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa2011-03-041-0/+17
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-1/+1
* rt2x00: Add support for RT5390 chipRA-Shiang Tu2011-02-211-0/+1
* rt2x00: Fix rt2800 txpower setting to correct valueRA-Jay Hung2011-02-211-0/+1
* rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversit...RA-Jay Hung2011-02-211-0/+2
* rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn2011-01-311-0/+7
* rt2x00: Remove interrupt thread registrationHelmut Schaa2011-01-311-11/+0Star
* rt2x00: Introduce tasklets for interrupt handlingHelmut Schaa2011-01-311-0/+13
* rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa2011-01-311-0/+4
* rt2x00: Remove unused interface spinlockHelmut Schaa2011-01-041-6/+0Star
* rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa2011-01-041-2/+5
* rt2x00: remove intf->mac field.Gertjan van Wingerde2011-01-041-5/+0Star
* rt2x00: Remove intf->bssid field.Gertjan van Wingerde2011-01-041-5/+0Star
* rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach2011-01-041-1/+1
* rt2x00: remove stray semicolonJohannes Stezenbach2010-12-131-1/+1
* rt2x00: Cleanup RX index countingIvo van Doorn2010-12-131-0/+1
* rt2x00: Add "flush" queue commandIvo van Doorn2010-12-131-0/+21
* rt2x00: Protect queue control with mutexIvo van Doorn2010-12-131-0/+52
* rt2x00: Reorganize queue callback functionsIvo van Doorn2010-12-131-2/+7
* mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach2010-11-301-0/+1
* rt2x00: Increase REGISTER_BUSY_COUNTIvo van Doorn2010-11-171-1/+1
* rt2x00: Implement flush callbackIvo van Doorn2010-11-151-0/+1
* rt2x00: Move watchdog work to kernel work_queueIvo van Doorn2010-10-111-0/+5
* rt2x00: Simplify Queue function argumentsIvo van Doorn2010-10-111-8/+5Star
* rt2x00: Implement HT protection for rt2800Helmut Schaa2010-10-051-0/+1
* rt2x00: rework tx status handling in rt2800pciHelmut Schaa2010-10-051-0/+17
* rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa2010-09-141-1/+2
* rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn2010-08-311-0/+1
* rt2x00: Fix max TX power settingsIvo van Doorn2010-08-251-2/+3
* rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn2010-08-251-6/+3Star
* rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn2010-08-161-5/+1Star
* rt2x00: Add helper function for reporting tx statusIvo van Doorn2010-08-161-0/+1
* rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn2010-08-161-1/+8
* rt2x00: Move driver callback functions into the ops structureIvo van Doorn2010-07-121-5/+1Star
* rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa2010-07-121-0/+2
* rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa2010-07-121-0/+11
* rt2x00: Implement watchdog monitoringIvo van Doorn2010-07-121-0/+7
* rt2x00: Disable link tuning while scanningIvo van Doorn2010-07-121-0/+3
* rt2x00: Rename CONFIG_DISABLE_LINK_TUNINGIvo van Doorn2010-07-121-1/+1
* rt2x00: Rename driver write_tx_datadesc callback function.Gertjan van Wingerde2010-06-301-4/+2Star
* rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde2010-06-031-1/+8
* rt2x00: Remove RT2870 chipset identification.Gertjan van Wingerde2010-06-031-2/+1Star