aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsGravatar Michael S. Tsirkin 1-1/+1
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 35-491/+202
2016-10-30Staging: rtl8188eu: Fix code indention found by checkpatch.Gravatar Victor Carvajal 1-1/+1
2016-10-30staging: rtl8188eu: Standardize test for NULL.Gravatar Elise Lennion 1-1/+1
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary alloc fail messageGravatar Pierre-Yves Kerbrat 1-5/+3
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary parenthesesGravatar Pierre-Yves Kerbrat 1-3/+3
2016-10-25staging: rtl8188eu: os_dep: fix missing spaces around operatorsGravatar Pierre-Yves Kerbrat 1-2/+2
2016-10-25staging: rtl8188eu: os_dep: fix block comment alignment issueGravatar Pierre-Yves Kerbrat 1-3/+4
2016-10-25staging: rtl8188eu: os_dep: remove empty linesGravatar Pierre-Yves Kerbrat 1-2/+0
2016-10-25staging:r8188eu: Remove space before commaGravatar Alex Briskin 1-2/+2
2016-10-25staging: rtl8188eu: Fix coding style errorsGravatar Carlos Maiolino 1-14/+14
2016-10-17staging: rtl8188eu: core: constify local structureGravatar Elizabeth Ferdman 1-1/+3
2016-10-16Staging: rtl8188eu: hal: Compress return logic into one lineGravatar Mihaela Muraru 1-6/+4
2016-10-16staging:r8188eu: remove unnecessary type cast for update_recvframe_phyinfo_88...Gravatar Ivan Safonov 1-1/+1
2016-10-16staging:r8188eu: refactor recvbuf2recvframe functionGravatar Ivan Safonov 1-16/+15
2016-10-16staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf ...Gravatar Ivan Safonov 2-2/+2
2016-10-16staging:r8188eu: remove precv_frame_buf member of recv_priv structureGravatar Ivan Safonov 2-4/+1
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureGravatar Ivan Safonov 3-8/+0
2016-10-16staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureGravatar Ivan Safonov 2-32/+2
2016-10-16staging:r8188eu: remove intf_stop member of adapter structureGravatar Ivan Safonov 4-8/+4
2016-10-16staging:r8188eu: remove pallocated_recv_buf member of the recv_priv structureGravatar Ivan Safonov 2-8/+3
2016-10-16staging:r8188eu: change type of the precv_buf member of recv_priv structureGravatar Ivan Safonov 4-6/+6
2016-10-16staging:r8188eu: remove prhdr local variable from rtw_free_stainfo functionGravatar Ivan Safonov 1-3/+1
2016-10-16staging:r8188eu: remove unused function declerationsGravatar Ivan Safonov 1-2/+0
2016-10-16staging:r8188eu: remove padapter and free_sz arguments of rtw_os_xmit_resourc...Gravatar Ivan Safonov 3-7/+4
2016-10-16staging:r8188eu: remove rtw_endofpktfile functionGravatar Ivan Safonov 3-7/+1
2016-10-16staging:r8188eu: remove ANTTEST(ALL|A|B) definitionsGravatar Ivan Safonov 1-5/+0
2016-10-16staging:r8188eu: remove bTXPowerTrackingInit member of odm_rf_cal structureGravatar Ivan Safonov 3-3/+0
2016-10-16staging:r8188eu: refactor rtl88eu_dm_txpower_tracking_callback_thermalmeter f...Gravatar Ivan Safonov 1-27/+7
2016-10-16staging:r8188eu: remove NumTotalRFPath member of hal_data_8188e structureGravatar Ivan Safonov 5-106/+49
2016-10-16staging:r8188eu: remove RF_TYPE_8190P enumerationGravatar Ivan Safonov 1-11/+0
2016-10-16staging:r8188eu: remove rf_chip member of hal_data_8188e structureGravatar Ivan Safonov 3-19/+1
2016-10-16staging:r8188eu: remove Antenna_(Lfet|Right) enumeration itemsGravatar Ivan Safonov 1-5/+0
2016-10-16staging:r8188eu: remove unused members of hal_data_8188e structureGravatar Ivan Safonov 2-16/+0
2016-10-16staging:r8188eu: remove ExternalPA member of hal_data_8188e structureGravatar Ivan Safonov 2-3/+0
2016-10-16staging:r8188eu: remove bLedOpenDrain member of hal_data_8188e structureGravatar Ivan Safonov 2-14/+6
2016-10-16staging:r8188eu: remove bLedStartToLinkBlinkInProgress and bSWLedCtrl members...Gravatar Ivan Safonov 2-4/+0
2016-10-16staging:r8188eu: remove bRegUseLed member of led_priv structureGravatar Ivan Safonov 3-7/+0
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionGravatar Ivan Safonov 8-22/+13
2016-10-16staging:r8188eu: remove ff_hwaddr member of recv_priv structureGravatar Ivan Safonov 3-7/+4
2016-10-16staging:r8188eu: remove (u32 cnt) argument of usb_read_port functionGravatar Ivan Safonov 3-6/+6
2016-10-16staging:r8188eu: change usb_read_port last argument type to (struct *recv_buf)Gravatar Ivan Safonov 3-7/+6
2016-10-16staging:r8188eu: remove skb data alignment in r8188eu driver codeGravatar Ivan Safonov 3-18/+2
2016-10-16staging:r8188eu: remove free_recv_buf_queue_cnt member of recv_priv structureGravatar Ivan Safonov 3-3/+0
2016-10-16staging:r8188eu: remove pm_netdev_open functionGravatar Ivan Safonov 4-17/+6
2016-10-16staging:r8188eu: remove wrappers for rtw_hal_inirp_init functionGravatar Ivan Safonov 3-15/+2
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionGravatar Ivan Safonov 3-10/+1
2016-10-16staging: rtl8188eu: core: fixes tabstop alignmentGravatar Juliana Rodrigues 1-3/+3
2016-10-16staging: rtl8188eu: core: removes unecessary parenthesisGravatar Juliana Rodrigues 1-34/+34
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 1-1/+0