summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep
AgeCommit message (Expand)Author
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
2016-09-12staging: r8188eu: remove hal_set_hal_ops macroIvan Safonov
2016-09-12staging: r8188eu: rename usb_read_port_cancel to rtw_hal_inirp_deinitIvan Safonov
2016-09-12staging: r8188eu: remove pxmitbuf parameter of rtl8188eu_xmitframe_complete f...Ivan Safonov
2016-09-12staging: r8188eu: remove sizeof_priv parameter of rtw_alloc_etherdev_with_old...Ivan Safonov
2016-09-12staging: r8188eu: remove sizeof_priv member of rtw_netdev_priv_indicatorIvan Safonov
2016-09-12staging: r8188eu: remove some members of registry_priv structureIvan Safonov
2016-09-12staging: r8188eu: remove nr_endpoint member of dvobj_priv structureIvan Safonov
2016-09-12staging: r8188eu: remove ep_num member of dvobj_priv structureIvan Safonov
2016-09-12staging: r8188eu: remove usb_vendor_req_buf member of dvobj_privIvan Safonov
2016-09-12staging: r8188eu: remove rereg_nd_name_priv member of struct adapterIvan Safonov
2016-09-12staging: r8188eu: remove br_ext_lock and fix_rate members of struct adapterIvan Safonov
2016-09-12staging: r8188eu: remove bNotifyChannelChange member of struct adapterIvan Safonov
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov
2016-09-01staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in ...Ivan Safonov
2016-09-01staging: rtl8188eu: fix missing unlock on error in rtw_resume_process()Wei Yongjun
2016-08-21rtl8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutexBinoy Jayan
2016-08-21rtl8188eu: Replace semaphore terminate_cmdthread_sema with completionBinoy Jayan
2016-08-21rtl8188eu: Replace semaphore cmd_queue_sema with completionBinoy Jayan
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-04-16staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter
2016-03-28staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on f...Bhaktipriya Shridhar
2016-03-28staging: rtl8188eu: os_dep: usb_intf: Clean up tests if NULL returned on failureBhaktipriya Shridhar
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-03-11staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov
2016-03-11staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov
2016-03-11staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov
2016-03-11staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar
2016-02-22staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla
2016-02-14Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal
2016-02-11staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov
2016-02-07staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango
2016-02-07staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli
2016-02-07staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReqLuca Ceresoli
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov
2015-10-29staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov
2015-10-17staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov
2015-10-02staging: rtl8188eu: Add missing includeLarry Finger
2015-09-18staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki
2015-09-12Staging: rtl8188eu: os_dep: osdep_service.c: Remove explicit NULL comparisonShraddha Barke
2015-09-12Staging: rtl8188eu: os_dep: mlme_linux.c: Remove explicit NULL comparisonShraddha Barke
2015-09-12Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparisonShraddha Barke
2015-08-07staging: rtl8188eu: remove unused defineSudip Mukherjee