summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192ce/hw.c
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: Clear ACM_CTRL AC3_VO bit correctlyJes Sorensen2015-02-261-1/+1
* rtlwifi: rtl8192ce: Update rate setting routinesLarry Finger2014-12-241-63/+44
* rtlwifi: rtl8192ce: Update setting of the media statusLarry Finger2014-12-241-20/+31
* rtlwifi: rtl8192ce: Add code to set the keep-alive operationLarry Finger2014-12-241-2/+7
* rtlwifi: rtl8192ce: Set fw_ready flagLarry Finger2014-12-151-0/+2
* rtlwifi: rtl8192ce: Fix missing interrupt ready flagLarry Finger2014-12-011-1/+2
* rtl8192cu: Prevent Ooops under rtl92c_set_fw_rsvdpagepktKarsten Wiese2014-10-231-1/+1
* rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek driversLarry Finger2014-09-301-7/+9
* rtlwifi: rtl8192ce: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
* rtlwifi/rtl8192c[eu]: Fix media status register maskRickard Strandqvist2014-06-251-1/+1
* rtlwifi: remove unused allow_all_destaddr functionsPeter Wu2014-05-191-21/+0
* rtlwifi: Remove casts of pointer to same typeJoe Perches2014-03-271-7/+7
* rtlwifi: rtl8192ce: Handle unused switch caseLarry Finger2014-03-061-1/+3
* rtlwifi: Prepare existing drivers for new driverLarry Finger2014-03-041-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-2/+16
|\
| * rtlwifi: rtl8192ce: Fix too long disable of IRQsOlivier Langlois2014-02-131-2/+16
* | rtlwifi: avoid accessing RCR directlyPeter Wu2014-02-241-1/+3
|/
* rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re...Larry Finger2013-04-011-10/+10
* rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07Larry Finger2013-04-011-5/+93
* mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-3/+3
* rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...Larry Finger2012-10-301-14/+13
* rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CELarry Finger2012-10-301-5/+55
* rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffersAndy Shevchenko2012-10-191-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+10
|\
| * rtlwifi: rtl8192ce: Log message that B_CUT device may not workLarry Finger2012-09-121-2/+10
* | rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger2012-09-071-2/+2
|/
* wireless: Remove casts to same typeJoe Perches2012-06-061-22/+21
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-5/+4
* rtlwifi: Convert to asynchronous firmware loadLarry Finger2012-01-301-5/+1
* rtl8192ce: Update copyright datesLarry Finger2012-01-241-1/+1
* rtlwifi: Simplify chip version id loggingJoe Perches2012-01-241-10/+9
* rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2012-01-241-1/+1
* rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2012-01-241-38/+36
* rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches2012-01-241-95/+87
* rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches2012-01-241-2/+2
* wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko2011-07-201-1/+1
* rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack2011-07-051-2/+0
* rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack2011-06-201-5/+5
* rtlwifi: Synchronize IRQ after disabling itMike McCormack2011-06-031-0/+1
* rtl8192ce: Fix warnings from gcc 4.6.0Larry Finger2011-06-011-6/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+2
|\
| * treewide: remove extra semicolonsJustin P. Mattock2011-04-101-2/+2
* | rtlwifi: rtl8192ce: rtl8192cu: Fix most sparse warningsLarry Finger2011-04-261-1/+1
* | rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192c...Chaoming_Li2011-04-261-2/+0
* | rtlwifi: rtl8192ce: Change hw routine for addition of rtl8192se and rtl8192deChaoming_Li2011-04-261-175/+336
|/
* rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig buildLarry Finger2011-02-231-3/+2
* rtlwifi: rtl8192ce: Fix endian warningsLarry Finger2011-02-211-19/+20
* rtlwifi: Modify some rtl8192ce routines for merging rtl8192cuLarry Finger2011-02-211-51/+50
* rtlwifi: Make changes in rtlwifi/rtl8192ce/def.h to support rtl8192cuLarry Finger2011-02-211-13/+0
* rtlwifi: rtl8192ce: Fix driver problem when radio switch off at module loadLarry Finger2010-12-221-11/+0
OpenPOWER on IntegriCloud