summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712
Commit message (Expand)AuthorAgeFilesLines
* staging: r8712u: Fix case where ethtype was never obtained and always be chec...Larry Finger2014-04-161-7/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-2/+0
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-207-8/+5
| |\
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-201-2/+0
* | | staging: rtl8712: Fix multiple spaces after return typeGulsah Kose2014-03-181-1/+1
* | | staging/rtl8712/osdep_service.h Fix line over 80 characters.Aybuke Ozdemir2014-03-181-1/+2
* | | staging: rtl8712: Delete space before semicolonAndreea-Cristina Bernat2014-03-131-1/+1
* | | staging: rtl8712: Remove unnecessary parentheses.Gulsah Kose2014-03-131-2/+2
* | | staging:rtl8712: Fix sparse warning incorrect type in assignmentHimangi Saraogi2014-03-071-4/+3
* | | Staging: rtl8712: fix an error test in start_drv_threads()Dan Carpenter2014-03-061-1/+1
* | | staging: rtl8712: fix some confusing indentingDan Carpenter2014-03-062-9/+10
* | | staging: r8712u: delete unnecessary field initializationJulia Lawall2014-02-151-2/+0
| |/ |/|
* | staging: r8712u: Set device type to wlanLarry Finger2014-01-091-0/+5
* | staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-175-5/+0
* | staging r8712u: Remove useless netdev_info slowly polluting dmesgAlexandre Demers2013-11-251-3/+0
|/
* Staging: rtl8712: fix spaces before semicolonsThomas Cort2013-10-0312-27/+27
* staging: rtl8712: remove unneeded NULL checkDan Carpenter2013-09-301-5/+3
* staging: rtl8712: re-use native mac_pton() helperAndy Shevchenko2013-09-171-15/+1
* staging: rtl8712: return MAC in standard formAndy Shevchenko2013-07-231-6/+2
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* rtl8712: remove redundant if statementNiklas Söderlund2013-03-111-6/+2
* rtl8712: remove unused definitions from rtl871x_recv.hNiklas Söderlund2013-03-111-3/+0
* rtl8712: remove dead function prototypes from rtl871x_recv.hNiklas Söderlund2013-03-111-31/+0
* rtl8712: remove unused functions from rtl871x_recv.hNiklas Söderlund2013-03-111-74/+0
* rtl8712: remove unused definitions from ethernet.hPrzemo Firszt2013-01-111-7/+0
* rtl8712: remove all NDIS_* definitions and use rndis.h insteadPrzemo Firszt2013-01-113-342/+288
* rtl8712: remove unused macrosPrzemo Firszt2013-01-111-3/+0
* rtl8712: replace min with min_tPrzemo Firszt2013-01-111-4/+2
* rtl8712: replace printk with better solutionsPrzemo Firszt2013-01-118-77/+61
* rtl8712: remove unused macros from rtl8712/wifi.hPrzemo Firszt2013-01-111-4/+0
* rtl8712: code clean upPrzemo Firszt2013-01-115-100/+79
* rtl8712: remove useless calls to memset().Cyril Roelandt2013-01-114-10/+0
* Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2013-01-071-0/+2
|\
| * staging: r8712u: Add new device IDLarry Finger2013-01-071-0/+2
* | staging: rtl8712: avoid a useless call to memset().Cyril Roelandt2013-01-071-4/+4
|/
* staging: r8712u: Fix possible buffer overrunLarry Finger2012-11-281-1/+1
* staging: r8712u: cleanup pointer type in r8712_setassocsta_cmd()Dan Carpenter2012-10-261-2/+2
* staging: r8712u: fix potential NULL pointer dereference in r871x_wps_start()Wei Yongjun2012-10-221-2/+2
* staging: r8712u: Do not queue cloned skbLarry Finger2012-09-261-1/+4
* staging: rtl8712: fix foo* bar (foo*) errors reported by checkpatchDevendra Naga2012-09-261-4/+4
* staging: rtl8712: fix a foo * bar errors reported by checkpatchDevendra Naga2012-09-261-1/+1
* staging: rtl8712: remove assignment of 0 to a static global variableDevendra Naga2012-09-261-1/+1
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-161-6/+1
|\
| * staging: r8712u: fix bug in r8712_recv_indicatepkt()Eric Dumazet2012-09-101-6/+1
* | staging: r8712u: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-041-4/+5
* | staging: r8712u: Remove defines that are not usedLarry Finger2012-09-045-91/+0
* | staging: r8712u: Fix allocations not checked for failureLarry Finger2012-09-041-0/+4
* | staging: r8712u: rtl871x_mlme.c: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-041-2/+3
* | staging: r8712u: use is_broadcast_ether_addr() to simplify the codeWei Yongjun2012-09-043-15/+2
* | staging: r8712u: Reduce maximum receive buffer size to a more sensible valueLarry Finger2012-08-131-1/+1
|/