aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-1/+1
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds35-491/+202
2016-10-30Staging: rtl8188eu: Fix code indention found by checkpatch.Victor Carvajal1-1/+1
2016-10-30staging: rtl8188eu: Standardize test for NULL.Elise Lennion1-1/+1
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary alloc fail messagePierre-Yves Kerbrat1-5/+3
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary parenthesesPierre-Yves Kerbrat1-3/+3
2016-10-25staging: rtl8188eu: os_dep: fix missing spaces around operatorsPierre-Yves Kerbrat1-2/+2
2016-10-25staging: rtl8188eu: os_dep: fix block comment alignment issuePierre-Yves Kerbrat1-3/+4
2016-10-25staging: rtl8188eu: os_dep: remove empty linesPierre-Yves Kerbrat1-2/+0
2016-10-25staging:r8188eu: Remove space before commaAlex Briskin1-2/+2
2016-10-25staging: rtl8188eu: Fix coding style errorsCarlos Maiolino1-14/+14
2016-10-17staging: rtl8188eu: core: constify local structureElizabeth Ferdman1-1/+3
2016-10-16Staging: rtl8188eu: hal: Compress return logic into one lineMihaela Muraru1-6/+4
2016-10-16staging:r8188eu: remove unnecessary type cast for update_recvframe_phyinfo_88e argumentIvan Safonov1-1/+1
2016-10-16staging:r8188eu: refactor recvbuf2recvframe functionIvan Safonov1-16/+15
2016-10-16staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf member of recv_priv structureIvan Safonov2-2/+2
2016-10-16staging:r8188eu: remove precv_frame_buf member of recv_priv structureIvan Safonov2-4/+1
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov3-8/+0
2016-10-16staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureIvan Safonov2-32/+2
2016-10-16staging:r8188eu: remove intf_stop member of adapter structureIvan Safonov4-8/+4
2016-10-16staging:r8188eu: remove pallocated_recv_buf member of the recv_priv structureIvan Safonov2-8/+3
2016-10-16staging:r8188eu: change type of the precv_buf member of recv_priv structureIvan Safonov4-6/+6
2016-10-16staging:r8188eu: remove prhdr local variable from rtw_free_stainfo functionIvan Safonov1-3/+1
2016-10-16staging:r8188eu: remove unused function declerationsIvan Safonov1-2/+0
2016-10-16staging:r8188eu: remove padapter and free_sz arguments of rtw_os_xmit_resource_free functionIvan Safonov3-7/+4
2016-10-16staging:r8188eu: remove rtw_endofpktfile functionIvan Safonov3-7/+1
2016-10-16staging:r8188eu: remove ANTTEST(ALL|A|B) definitionsIvan Safonov1-5/+0
2016-10-16staging:r8188eu: remove bTXPowerTrackingInit member of odm_rf_cal structureIvan Safonov3-3/+0
2016-10-16staging:r8188eu: refactor rtl88eu_dm_txpower_tracking_callback_thermalmeter functionIvan Safonov1-27/+7
2016-10-16staging:r8188eu: remove NumTotalRFPath member of hal_data_8188e structureIvan Safonov5-106/+49
2016-10-16staging:r8188eu: remove RF_TYPE_8190P enumerationIvan Safonov1-11/+0
2016-10-16staging:r8188eu: remove rf_chip member of hal_data_8188e structureIvan Safonov3-19/+1
2016-10-16staging:r8188eu: remove Antenna_(Lfet|Right) enumeration itemsIvan Safonov1-5/+0
2016-10-16staging:r8188eu: remove unused members of hal_data_8188e structureIvan Safonov2-16/+0
2016-10-16staging:r8188eu: remove ExternalPA member of hal_data_8188e structureIvan Safonov2-3/+0
2016-10-16staging:r8188eu: remove bLedOpenDrain member of hal_data_8188e structureIvan Safonov2-14/+6
2016-10-16staging:r8188eu: remove bLedStartToLinkBlinkInProgress and bSWLedCtrl members of LED_871x structureIvan Safonov2-4/+0
2016-10-16staging:r8188eu: remove bRegUseLed member of led_priv structureIvan Safonov3-7/+0
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov8-22/+13
2016-10-16staging:r8188eu: remove ff_hwaddr member of recv_priv structureIvan Safonov3-7/+4
2016-10-16staging:r8188eu: remove (u32 cnt) argument of usb_read_port functionIvan Safonov3-6/+6
2016-10-16staging:r8188eu: change usb_read_port last argument type to (struct *recv_buf)Ivan Safonov3-7/+6
2016-10-16staging:r8188eu: remove skb data alignment in r8188eu driver codeIvan Safonov3-18/+2
2016-10-16staging:r8188eu: remove free_recv_buf_queue_cnt member of recv_priv structureIvan Safonov3-3/+0
2016-10-16staging:r8188eu: remove pm_netdev_open functionIvan Safonov4-17/+6
2016-10-16staging:r8188eu: remove wrappers for rtw_hal_inirp_init functionIvan Safonov3-15/+2
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov3-10/+1
2016-10-16staging: rtl8188eu: core: fixes tabstop alignmentJuliana Rodrigues1-3/+3
2016-10-16staging: rtl8188eu: core: removes unecessary parenthesisJuliana Rodrigues1-34/+34
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0