aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192ce/hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger1-2426/+0
2015-02-26rtlwifi: Clear ACM_CTRL AC3_VO bit correctlyJes Sorensen1-1/+1
2014-12-24rtlwifi: rtl8192ce: Update rate setting routinesLarry Finger1-63/+44
2014-12-24rtlwifi: rtl8192ce: Update setting of the media statusLarry Finger1-20/+31
2014-12-24rtlwifi: rtl8192ce: Add code to set the keep-alive operationLarry Finger1-2/+7
2014-12-15rtlwifi: rtl8192ce: Set fw_ready flagLarry Finger1-0/+2
2014-12-01rtlwifi: rtl8192ce: Fix missing interrupt ready flagLarry Finger1-1/+2
2014-10-23rtl8192cu: Prevent Ooops under rtl92c_set_fw_rsvdpagepktKarsten Wiese1-1/+1
2014-09-30rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek driversLarry Finger1-7/+9
2014-07-20rtlwifi: rtl8192ce: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-25rtlwifi/rtl8192c[eu]: Fix media status register maskRickard Strandqvist1-1/+1
2014-05-19rtlwifi: remove unused allow_all_destaddr functionsPeter Wu1-21/+0
2014-03-27rtlwifi: Remove casts of pointer to same typeJoe Perches1-7/+7
2014-03-06rtlwifi: rtl8192ce: Handle unused switch caseLarry Finger1-1/+3
2014-03-04rtlwifi: Prepare existing drivers for new driverLarry Finger1-6/+6
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+16
2014-02-24rtlwifi: avoid accessing RCR directlyPeter Wu1-1/+3
2014-02-13rtlwifi: rtl8192ce: Fix too long disable of IRQsOlivier Langlois1-2/+16
2013-04-01rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988eeLarry Finger1-10/+10
2013-04-01rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07Larry Finger1-5/+93
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-3/+3
2012-10-30rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some variable namesLarry Finger1-14/+13
2012-10-30rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CELarry Finger1-5/+55
2012-10-19rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffersAndy Shevchenko1-4/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2012-09-12rtlwifi: rtl8192ce: Log message that B_CUT device may not workLarry Finger1-2/+10
2012-09-07rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger1-2/+2
2012-06-06wireless: Remove casts to same typeJoe Perches1-22/+21
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-5/+4
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger1-5/+1
2012-01-24rtl8192ce: Update copyright datesLarry Finger1-1/+1
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches1-10/+9
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches1-1/+1
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches1-38/+36
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches1-95/+87
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches1-2/+2
2011-07-20wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko1-1/+1
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack1-2/+0
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack1-5/+5
2011-06-03rtlwifi: Synchronize IRQ after disabling itMike McCormack1-0/+1
2011-06-01rtl8192ce: Fix warnings from gcc 4.6.0Larry Finger1-6/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-04-26rtlwifi: rtl8192ce: rtl8192cu: Fix most sparse warningsLarry Finger1-1/+1
2011-04-26rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192cu for addition of rtl8192se and rtl8192deChaoming_Li1-2/+0
2011-04-26rtlwifi: rtl8192ce: Change hw routine for addition of rtl8192se and rtl8192deChaoming_Li1-175/+336
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-2/+2
2011-02-23rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig buildLarry Finger1-3/+2
2011-02-21rtlwifi: rtl8192ce: Fix endian warningsLarry Finger1-19/+20
2011-02-21rtlwifi: Modify some rtl8192ce routines for merging rtl8192cuLarry Finger1-51/+50
2011-02-21rtlwifi: Make changes in rtlwifi/rtl8192ce/def.h to support rtl8192cuLarry Finger1-13/+0