summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core
AgeCommit message (Expand)AuthorFilesLines
2014-04-17staging: r8188eu: Fix case where ethtype was never obtained and always be che...Larry Finger1-9/+6
2014-04-16staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return ...Larry Finger1-2/+2
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: Removed assignments in if statements.Chi Pham1-4/+8
2014-03-18Staging: rtl8188eu: Replace rtw_zmalloc with kzalloc.Elena Oat1-2/+2
2014-03-18staging: r8188eu: fix coccinelle warningsFengguang Wu1-1/+1
2014-03-14staging: rtl8188eu: explicitly convert from __le16 to integerKristina Martšenko1-10/+19
2014-03-08Staging: rtl8188eu: Fix warning of prefer ether_addr_copy.Elena Oat1-3/+3
2014-03-08Staging: rtl8188eu: Fix warning of suspect code indent.Elena Oat1-7/+1
2014-03-08Staging: rtl8188eu: Fix warning of space prohibited before semicolon.Elena Oat1-1/+1
2014-03-08Staging: rtl8188eu: Fix warning of unnecessary parentheses.Elena Oat1-1/+1
2014-03-08Staging: rtl8188eu: Fix warning of space before tabs.Elena Oat1-10/+6
2014-03-08Staging: rtl8188eu: Fix warning of spaces at the start of a line.Elena Oat1-1/+1
2014-03-08Staging: rtl8188eu: Fix warning braces {} are not necessary.Elena Oat1-10/+6
2014-03-08Staging: rtl8188eu: Fix warning of printk should include KERN_.Elena Oat1-1/+2
2014-03-08Staging: rtl8188eu: Fix warning of prefer ether_addr_copy().Elena Oat1-2/+2
2014-03-08Staging: rtl8188eu: Fix warning of braces {} are not necessary.Elena Oat1-9/+8
2014-03-08Staging:rtl8188eu: fix kfree(NULL) is safe this check is probably not require...Ebru Akagunduz1-2/+1
2014-03-08Staging: rtl8188eu: Fix warning of kfree check is not required.Elena Oat1-5/+2
2014-03-08Staging: rtl8188eu: Fix warning of no space before tabs.Elena Oat1-3/+6
2014-03-08Staging: rtl8188eu: Fix the warning of space before parenthesis.Elena Oat1-11/+11
2014-02-28staging: rtl8188eu: Fix typo in rtl8188eu/coreMasanari Iida10-42/+42
2014-02-16staging: r8188eu: Remove wrapper routine _set_workitem()Larry Finger1-1/+1
2014-02-16staging: r8188eu: Remove wrapper routine _init_workitem()Larry Finger2-2/+2
2014-02-16staging: r8188eu: Remove wrapper _exit_critical_mutex()Larry Finger1-1/+1
2014-02-16staging: r8188eu: Remove get_recvframe_data()Larry Finger1-4/+2
2014-02-16staging: r8188eu: Remove get_recvframe_len()Larry Finger1-1/+1
2014-02-16staging: r8188eu: Remove union wrapping of recv_frameLarry Finger4-241/+273
2014-02-16staging: r8188eu: Remove unnecessary list_head entry from recv_frame unionLarry Finger1-3/+4
2014-02-14staging: r8188eu: Fix Smatch warningsLarry Finger5-22/+23
2014-02-14staging: r8188eu: Fix more Smatch warnings and errorsLarry Finger1-4/+3
2014-02-12staging: rtl8188eu: remove header file ethernet.hnavin patidar1-1/+3
2014-02-12staging: r8188eu: Remove _func_enter and _func_exit macrosLarry Finger14-640/+14
2014-02-12staging: r8188eu: Eliminate macro to get next list itemLarry Finger10-85/+85
2014-02-12staging: r8188eu: Replace misspelled local container macroLarry Finger9-59/+63
2014-02-12staging: r8188eu: Replace wrapper around _rtw_memcmp()Larry Finger10-139/+143
2014-02-12staging: rtl8188eu: remove header file ip.hnavin patidar2-2/+0
2014-02-12staging: rtl8188eu: remove header file if_ether.hnavin patidar1-1/+0
2014-02-12staging: r8188eu: Fix missing headerLarry Finger5-0/+5
2014-02-09Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman1-14/+8