aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00lib.h (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-1/+1
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa1-1/+1
2012-02-27rt2x00:Add VCO recalibrationJohn Li1-0/+13
2011-08-02rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa1-1/+2
2011-07-07rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde1-1/+2
2011-04-19rt2x00: Merge rt2x00ht.c contents in other files.Gertjan van Wingerde1-24/+0
2011-04-19rt2x00: fix queue timeout checksJohannes Stezenbach1-3/+3
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-2/+2
2011-04-04rt2x00: Implement tx power temperature compensationHelmut Schaa1-0/+13
2011-04-04rt2x00: Remove obsolete rt2x00queue_align_payloadHelmut Schaa1-10/+0
2011-01-31rt2x00: Introduce beacon_update_locked that requires caller lockingHelmut Schaa1-1/+11
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-3/+9
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn1-9/+0
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn1-1/+0
2010-11-15rt2x00: checkpatch.pl error fixes for rt2x00lib.hMark Einon1-1/+1
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn1-7/+4
2010-09-14rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa1-1/+2
2010-07-12rt2x00: Implement watchdog monitoringIvo van Doorn1-3/+23
2010-06-03rt2x00: Fix HT40 operation in rt2800.Gertjan van Wingerde1-0/+9
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde1-7/+0
2010-06-02rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde1-10/+0
2009-11-19mac80211: request TX status where neededJohannes Berg1-1/+3
2009-11-11rt2x00: Update copyright statements.Gertjan van Wingerde1-1/+2
2009-11-11rt2x00: Remove deprecated ieee80211_rx_status->qual usageIvo van Doorn1-13/+0
2009-09-23rt2x00: fix the definition of rt2x00crypto_rx_insert_ivAndrew Price1-1/+1
2009-08-31rt2x00: Reorganize padding & L2 paddingIvo van Doorn1-12/+33
2009-07-27rt2x00: Don't alter rt2x00dev->default_antLars Ericsson1-1/+1
2009-07-10rt2x00: use wiphy rfkill interfaceIvo van Doorn1-17/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-05-06rt2x00: Style fix for interval definesAlban Browaeys1-2/+2
2009-05-06rt2x00: Implement support for 802.11nIvo van Doorn1-0/+24
2009-05-06rt2x00: Add support for L2 padding during TX/RXIvo van Doorn1-5/+22
2009-05-06rt2x00: Move iv_len into tx descriptor dataIvo van Doorn1-4/+6
2009-02-09rt2x00: Add kill_tx_queue callback functionIvo van Doorn1-1/+12
2009-01-29mac80211: constify ieee80211_if_conf.bssidJohannes Berg1-1/+1
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-29rt2x00: Replace RFKILL with INPUTIvo van Doorn1-1/+1
2009-01-29rt2x00: Move code into seperate functionsIvo van Doorn1-2/+4
2009-01-29rt2x00: Move link tuning into seperate fileIvo van Doorn1-4/+77
2009-01-12rt2x00: Fix TX short preamble detectionIvo van Doorn1-11/+0
2008-12-05rt2x00: Move crypto TX descriptor handling to rt2x00crypto.cIvo van Doorn1-1/+8
2008-12-05rt2x00: Implement HW encryption (rt2500usb)Ivo van Doorn1-0/+6
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn1-2/+10
2008-11-21rt2x00: Fix BUG_ON() with antenna handlingIvo van Doorn1-1/+1
2008-11-21rt2x00: Remove RATE_BASIC flagIvo van Doorn1-1/+0
2008-11-10rt2x00: Optimize configuration handlingIvo van Doorn1-1/+2
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-1/+1
2008-08-22rt2x00: Implement HW encryptionIvo van Doorn1-0/+47