aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16staging: r8188eu: Fix case where ethtype was never obtained and always be checked against 0Larry Finger1-9/+6
2014-04-16staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULLLarry Finger1-2/+2
2014-04-15staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctlsWilfried Klaebe1-37/+37
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2014-03-19Staging: rtl8188eu: Fix warning of braces are not necessary.Elena Oat1-2/+1
2014-03-19Staging: rtl8188eu: Fix warning of space prohibited.Elena Oat1-1/+1
2014-03-19Staging: rtl8188eu: Fix warning of braces not necessary.Elena Oat1-3/+2
2014-03-19Staging: rtl8188eu: Fix warnings of no space before tabs.Elena Oat1-28/+24
2014-03-19Staging: rtl8188eu: Fix warning of space prohibited.Elena Oat1-1/+1
2014-03-19staging: rtl8188eu: Reduced nesting and improved coding style.Chi Pham1-7/+7
2014-03-19Staging: rtl8188eu: Fix warnings of no space before tabs.Elena Oat1-20/+23
2014-03-19Staging: rtl8188eu: Fix warnings of space prohibited.Elena Oat1-9/+9
2014-03-19Staging: rtl8188eu: Fix warning of braces {} are not necessary.Elena Oat1-8/+4
2014-03-18Staging: rtl8188eu: Fix warning of printk() should include KERN_ facility level.Elena Oat1-1/+1
2014-03-18Staging: rtl8188eu: Fix warning of unchecked sscanf return value.Elena Oat1-2/+5
2014-03-18staging:rtl8188eu: Remove unnecessary variable assignmentsHimangi Saraogi1-4/+0
2014-03-18staging:rtl8188eu: Removed assignments in if statements.Chi Pham1-4/+8
2014-03-18Staging: rtl8188eu: Replace rtw_zmalloc with kzalloc.Elena Oat1-2/+2
2014-03-17staging: r8188eu: fix coccinelle warningsFengguang Wu1-1/+1
2014-03-13Staging: rtl8188eu: Fix sparse warnings.Elena Oat1-10/+20
2014-03-13staging: rtl8188eu: explicitly convert from __le16 to integerKristina Martšenko1-10/+19
2014-03-13Staging: rtl8188eu: Fix warning of unchecked sscanf return value.Elena Oat1-9/+42
2014-03-07Staging: rtl8188eu: Fix warning of prefer ether_addr_copy.Elena Oat1-3/+3
2014-03-07Staging: rtl8188eu: Fix warning of suspect code indent.Elena Oat1-7/+1
2014-03-07Staging: rtl8188eu: Fix warning of space prohibited before semicolon.Elena Oat1-1/+1
2014-03-07Staging: rtl8188eu: Fix warning of unnecessary parentheses.Elena Oat1-1/+1
2014-03-07Staging: rtl8188eu: Fix warning of space before tabs.Elena Oat1-10/+6
2014-03-07Staging: rtl8188eu: Fix warning of spaces at the start of a line.Elena Oat1-1/+1
2014-03-07Staging: rtl8188eu: Fix warning braces {} are not necessary.Elena Oat1-10/+6
2014-03-07Staging: rtl8188eu: Fix sparse warning cast to restricted __le16Monam Agarwal1-1/+1
2014-03-07Staging: rtl8188eu: Fix warning of printk should include KERN_.Elena Oat1-1/+2
2014-03-07Staging: rtl8188eu: Fix warning of prefer ether_addr_copy().Elena Oat1-2/+2
2014-03-07Staging: rtl8188eu: Fix warning of braces {} are not necessary.Elena Oat1-9/+8
2014-03-07Staging:rtl8188eu: fix kfree(NULL) is safe this check is probably not required in rtw_ap.cEbru Akagunduz1-2/+1
2014-03-07Staging: rtl8188eu: Fix warning of kfree check is not required.Elena Oat1-5/+2
2014-03-07Staging: rtl8188eu: Fix warning of no space before tabs.Elena Oat1-3/+6
2014-03-07Staging: rtl8188eu: Fix the warning of space before parenthesis.Elena Oat1-11/+11
2014-03-02Merge 3.14-rc5 into staging-nextGreg Kroah-Hartman1-0/+1
2014-02-27staging: rtl8188eu: Fix typo in rtl8188eu/coreMasanari Iida10-42/+42
2014-02-24staging: r8188eu: Add new device IDManu Gupta1-0/+1
2014-02-24Merge 3.14-rc4 into staging-next.Greg Kroah-Hartman1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina75-2786/+1284
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-1/+0
2014-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-02-15staging: r8188eu: Make firmware buffer persistentStas Sergeev4-47/+54
2014-02-15staging: r8188eu: Remove wrapper routine _set_workitem()Larry Finger2-6/+1
2014-02-15staging: r8188eu: Remove wrapper routine _init_workitem()Larry Finger3-8/+2
2014-02-15staging: r8188eu: Remove wrapper _exit_critical_mutex()Larry Finger4-10/+3
2014-02-15staging: r8188eu: Remove unused unionLarry Finger1-5/+0