aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger1-2323/+0
2015-08-18rtlwifi: rtl8192cu: Remove and replace routine in hw.c and mac.cTaehee Yoo1-55/+1
2015-08-18rtlwifi: rtl8192cu: remove duplicated routine in hw.c and mac.cTaehee Yoo1-22/+16
2015-07-21rtlwifi: rtl8192cu: Remove rtl8723 codeTaehee Yoo1-15/+1
2015-06-15rtlwifi: rtl8192cu: remove _InitBeaconParameters().Taehee Yoo1-21/+22
2015-06-08rtlwifi: rtl8192cu: Fix performance issue.Taehee Yoo1-3/+5
2015-05-26rtlwifi: rtl8192cu: Remove rtl92c_init_beacon_max_error's parameterTaehee Yoo1-1/+1
2015-05-26rtlwifi: rtl8192cu: Remove setting REG_BCN_MAX_ERR code in _rtl92cu_set_media_status().Taehee Yoo1-1/+0
2015-03-30rtlwifi: Change REG_CR+2 to MSRTaehee Yoo1-1/+1
2015-03-13rtlwifi: rtl8192cu: remove unused arguments from _beacon_function_enable()Taehee Yoo1-3/+2
2015-03-03rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_regTaehee Yoo1-0/+2
2015-02-26rtlwifi: Clear ACM_CTRL AC3_VO bit correctlyJes Sorensen1-1/+1
2015-01-27rtlwifi: rtl8192cu: Set fw_ready flagTaehee Yoo1-0/+3
2015-01-27rtl8192cu: fix the mesh beaconingChun-Yeow Yeoh1-0/+1
2014-12-15rtlwifi: rtl8192cu: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-10-23rtl8192cu: Prevent Ooops under rtl92c_set_fw_rsvdpagepktKarsten Wiese1-1/+16
2014-09-30rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek driversLarry Finger1-7/+10
2014-06-25rtlwifi/rtl8192c[eu]: Fix media status register maskRickard Strandqvist1-1/+1
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2014-05-06RTL8192CU: Increase max APFM_ONMAC polling countAndy Spencer1-1/+1
2014-04-30rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init()Ben Hutchings1-1/+1
2014-03-06rtlwifi: rtl8192cu: Fix too long disable of IRQsLarry Finger1-1/+14
2014-03-04rtlwifi: Prepare existing drivers for new driverLarry Finger1-6/+6
2014-02-24rtlwifi: avoid accessing RCR directlyPeter Wu1-1/+3
2013-12-05rtlwifi: Bring _rtl92c_phy_iq_calibrate() in line with the vendor driverMark Cave-Ayland1-1/+1
2013-06-12rtlwifi: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networksLarry Finger1-34/+100
2013-04-01rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988eeLarry Finger1-10/+10
2013-03-13rtlwifi: rtl8192cu: Fix problem that prevents reassociationLarry Finger1-52/+35
2013-03-08rtlwifi: rtl8192cu: Fix schedule while atomic bug splatLarry Finger1-2/+0
2012-10-30rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some variable namesLarry Finger1-5/+5
2012-10-19rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffersAndy Shevchenko1-4/+2
2012-06-06wireless: Remove casts to same typeJoe Perches1-22/+21
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger1-20/+15
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger1-2/+0
2012-01-24rtl8192cu: Update copyright datesLarry Finger1-1/+1
2012-01-24rtl8192cu: Remove dead code never selectedLarry Finger1-170/+0
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches1-2/+3
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches1-36/+35
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches1-92/+87
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches1-1/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-11-21rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger1-4/+5
2011-07-21rtlwifi: Convert printks to pr_<level>Joe Perches1-41/+28
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack1-4/+4
2011-04-26rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192cu for addition of rtl8192se and rtl8192deChaoming_Li1-7/+7
2011-04-26rtlwifi: rtl8192ce: Change sw and LED routines for addition of rtl8192se and rtl8192deChaoming_Li1-0/+2
2011-04-26rtlwifi: rtl8192ce: Change hw routine for addition of rtl8192se and rtl8192deChaoming_Li1-0/+1
2011-04-14rtlwifi: Fix unitialized variable warningsLarry Finger1-1/+1
2011-02-23rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig buildLarry Finger1-4/+3
2011-02-21rtlwifi: rtl8192cu: Add routine hwGeorge1-0/+2505