summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep
AgeCommit message (Expand)Author
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-08staging:r8188eu: remove sw_encrypt member of security_priv structIvan Safonov
2017-04-08staging:r8188eu: remove software_encrypt member of registry_priv structIvan Safonov
2017-04-08staging:r8188eu: replace rtw_software_encrypt with its default valueIvan Safonov
2017-04-08staging:r8188eu: remove sw_decrypt member of security_priv structIvan Safonov
2017-04-08staging:r8188eu: remove software_decrypt member of registry_priv structIvan Safonov
2017-04-08staging:r8188eu: replace rtw_software_decrypt with its valueIvan Safonov
2017-03-06staging: rtl8188eu: replace explicit NULL comparisonGargi Sharma
2017-02-09staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|t...Ivan Safonov
2017-02-09staging:r8188eu: replace rx_end member of recv_frame with pkt->endIvan Safonov
2017-01-23Staging: rtl8188eu: os_dep: usb_ops_linux.c - style fixDerek Robson
2017-01-16staging:r8188eu: remove unused rx_head member of struct recv_frameIvan Safonov
2017-01-16staging:r8188eu: remove unnecessary trace output in rtw_recv_indicatepkt()Ivan Safonov
2017-01-05staging:r8188eu: eleminate recovery attemp using skb_clone after netdev_alloc...Ivan Safonov
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov
2017-01-05staging:r8188eu: remove RTW_STATUS_CODE()Ivan Safonov
2017-01-03staging: rtl8188eu: remove unused field bRxRSSIDisplay in struct adapterLuca Ceresoli
2017-01-03staging: rtl8188eu: Fixed 'Missing a blank line after declarations' warnings.Yamanappagouda Patil
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-30staging: rtl8188eu: Standardize test for NULL.Elise Lennion
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary alloc fail messagePierre-Yves Kerbrat
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary parenthesesPierre-Yves Kerbrat
2016-10-25staging: rtl8188eu: os_dep: fix missing spaces around operatorsPierre-Yves Kerbrat
2016-10-25staging: rtl8188eu: os_dep: fix block comment alignment issuePierre-Yves Kerbrat
2016-10-25staging: rtl8188eu: os_dep: remove empty linesPierre-Yves Kerbrat
2016-10-16staging:r8188eu: remove unnecessary type cast for update_recvframe_phyinfo_88...Ivan Safonov
2016-10-16staging:r8188eu: refactor recvbuf2recvframe functionIvan Safonov
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov
2016-10-16staging:r8188eu: remove intf_stop member of adapter structureIvan Safonov
2016-10-16staging:r8188eu: change type of the precv_buf member of recv_priv structureIvan Safonov
2016-10-16staging:r8188eu: remove padapter and free_sz arguments of rtw_os_xmit_resourc...Ivan Safonov
2016-10-16staging:r8188eu: remove rtw_endofpktfile functionIvan Safonov
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov
2016-10-16staging:r8188eu: remove ff_hwaddr member of recv_priv structureIvan Safonov
2016-10-16staging:r8188eu: remove (u32 cnt) argument of usb_read_port functionIvan Safonov
2016-10-16staging:r8188eu: change usb_read_port last argument type to (struct *recv_buf)Ivan Safonov
2016-10-16staging:r8188eu: remove skb data alignment in r8188eu driver codeIvan Safonov
2016-10-16staging:r8188eu: remove pm_netdev_open functionIvan Safonov
2016-10-16staging:r8188eu: remove wrappers for rtw_hal_inirp_init functionIvan Safonov
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-10-02staging: rtl8188eu: fix double unlock error in rtw_resume_process()Wei Yongjun
2016-10-02staging:r8188eu: remove pkt_newalloc member of the recv_buf structureIvan Safonov
2016-09-20staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov
2016-09-20staging: r8188eu: remove usb_hal.hIvan Safonov
2016-09-20staging: r8188eu: remove rtl8188eu_set_hal_ops functionIvan Safonov
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov
2016-09-20staging: r8188eu: change last argument type of the usb_write_port functionIvan Safonov
2016-09-12staging: rtl8188eu: remove rtw_proc_{init,remove}_oneLuca Ceresoli
2016-09-12Staging: rtl8188eu: ioctl_linux: Clean up if function returned NULL on failure.Amit Ghadge