aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-103/+48
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-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: remove rx_pending_cnt member of recv_priv structureIvan Safonov1-4/+0
2016-10-16staging:r8188eu: remove intf_stop member of adapter structureIvan Safonov2-7/+3
2016-10-16staging:r8188eu: change type of the precv_buf member of recv_priv structureIvan Safonov1-1/+1
2016-10-16staging:r8188eu: remove padapter and free_sz arguments of rtw_os_xmit_resource_free functionIvan Safonov1-2/+1
2016-10-16staging:r8188eu: remove rtw_endofpktfile functionIvan Safonov1-5/+0
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov1-4/+4
2016-10-16staging:r8188eu: remove ff_hwaddr member of recv_priv structureIvan Safonov1-3/+3
2016-10-16staging:r8188eu: remove (u32 cnt) argument of usb_read_port functionIvan Safonov1-4/+4
2016-10-16staging:r8188eu: change usb_read_port last argument type to (struct *recv_buf)Ivan Safonov1-5/+4
2016-10-16staging:r8188eu: remove skb data alignment in r8188eu driver codeIvan Safonov1-7/+1
2016-10-16staging:r8188eu: remove pm_netdev_open functionIvan Safonov2-15/+3
2016-10-16staging:r8188eu: remove wrappers for rtw_hal_inirp_init functionIvan Safonov2-14/+2
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov1-6/+0
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-02staging: rtl8188eu: fix double unlock error in rtw_resume_process()Wei Yongjun1-4/+4
2016-10-02staging:r8188eu: remove pkt_newalloc member of the recv_buf structureIvan Safonov1-1/+0
2016-09-20staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov1-8/+4
2016-09-20staging: r8188eu: remove usb_hal.hIvan Safonov2-3/+0
2016-09-20staging: r8188eu: remove rtl8188eu_set_hal_ops functionIvan Safonov1-2/+5
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov1-1/+1
2016-09-20staging: r8188eu: change last argument type of the usb_write_port functionIvan Safonov1-15/+14
2016-09-12staging: rtl8188eu: remove rtw_proc_{init,remove}_oneLuca Ceresoli2-352/+3
2016-09-12Staging: rtl8188eu: ioctl_linux: Clean up if function returned NULL on failure.Amit Ghadge1-17/+17
2016-09-12staging: r8188eu: remove hal_set_hal_ops macroIvan Safonov1-1/+1
2016-09-12staging: r8188eu: rename usb_read_port_cancel to rtw_hal_inirp_deinitIvan Safonov1-1/+1
2016-09-12staging: r8188eu: remove pxmitbuf parameter of rtl8188eu_xmitframe_complete functionIvan Safonov1-1/+1
2016-09-12staging: r8188eu: remove sizeof_priv parameter of rtw_alloc_etherdev_with_old_priv functionIvan Safonov2-3/+2
2016-09-12staging: r8188eu: remove sizeof_priv member of rtw_netdev_priv_indicatorIvan Safonov1-1/+0
2016-09-12staging: r8188eu: remove some members of registry_priv structureIvan Safonov1-58/+0
2016-09-12staging: r8188eu: remove nr_endpoint member of dvobj_priv structureIvan Safonov1-2/+1
2016-09-12staging: r8188eu: remove ep_num member of dvobj_priv structureIvan Safonov1-1/+0
2016-09-12staging: r8188eu: remove usb_vendor_req_buf member of dvobj_privIvan Safonov2-9/+3
2016-09-12staging: r8188eu: remove rereg_nd_name_priv member of struct adapterIvan Safonov1-6/+0
2016-09-12staging: r8188eu: remove br_ext_lock and fix_rate members of struct adapterIvan Safonov1-2/+0
2016-09-12staging: r8188eu: remove bNotifyChannelChange member of struct adapterIvan Safonov1-1/+0
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(struct ieee80211_ht_cap)Ivan Safonov1-2/+4
2016-09-01staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in translate_scan functionIvan Safonov1-5/+8
2016-09-01staging: rtl8188eu: fix missing unlock on error in rtw_resume_process()Wei Yongjun1-1/+3
2016-08-21rtl8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutexBinoy Jayan2-11/+4
2016-08-21rtl8188eu: Replace semaphore terminate_cmdthread_sema with completionBinoy Jayan1-2/+2
2016-08-21rtl8188eu: Replace semaphore cmd_queue_sema with completionBinoy Jayan1-1/+1