summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: fix double unlock error in rtw_resume_process()Wei Yongjun2016-10-021-4/+4
* staging:r8188eu: remove pkt_newalloc member of the recv_buf structureIvan Safonov2016-10-021-1/+0
* staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov2016-09-201-8/+4
* staging: r8188eu: remove usb_hal.hIvan Safonov2016-09-202-3/+0
* staging: r8188eu: remove rtl8188eu_set_hal_ops functionIvan Safonov2016-09-201-2/+5
* staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov2016-09-201-1/+1
* staging: r8188eu: change last argument type of the usb_write_port functionIvan Safonov2016-09-201-15/+14
* staging: rtl8188eu: remove rtw_proc_{init,remove}_oneLuca Ceresoli2016-09-122-352/+3
* Staging: rtl8188eu: ioctl_linux: Clean up if function returned NULL on failure.Amit Ghadge2016-09-121-17/+17
* staging: r8188eu: remove hal_set_hal_ops macroIvan Safonov2016-09-121-1/+1
* staging: r8188eu: rename usb_read_port_cancel to rtw_hal_inirp_deinitIvan Safonov2016-09-121-1/+1
* staging: r8188eu: remove pxmitbuf parameter of rtl8188eu_xmitframe_complete f...Ivan Safonov2016-09-121-1/+1
* staging: r8188eu: remove sizeof_priv parameter of rtw_alloc_etherdev_with_old...Ivan Safonov2016-09-122-3/+2
* staging: r8188eu: remove sizeof_priv member of rtw_netdev_priv_indicatorIvan Safonov2016-09-121-1/+0
* staging: r8188eu: remove some members of registry_priv structureIvan Safonov2016-09-121-58/+0
* staging: r8188eu: remove nr_endpoint member of dvobj_priv structureIvan Safonov2016-09-121-2/+1
* staging: r8188eu: remove ep_num member of dvobj_priv structureIvan Safonov2016-09-121-1/+0
* staging: r8188eu: remove usb_vendor_req_buf member of dvobj_privIvan Safonov2016-09-122-9/+3
* staging: r8188eu: remove rereg_nd_name_priv member of struct adapterIvan Safonov2016-09-121-6/+0
* staging: r8188eu: remove br_ext_lock and fix_rate members of struct adapterIvan Safonov2016-09-121-2/+0
* staging: r8188eu: remove bNotifyChannelChange member of struct adapterIvan Safonov2016-09-121-1/+0
* staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov2016-09-011-2/+4
* staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in ...Ivan Safonov2016-09-011-5/+8
* staging: rtl8188eu: fix missing unlock on error in rtw_resume_process()Wei Yongjun2016-09-011-1/+3
* rtl8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutexBinoy Jayan2016-08-212-11/+4
* rtl8188eu: Replace semaphore terminate_cmdthread_sema with completionBinoy Jayan2016-08-211-2/+2
* rtl8188eu: Replace semaphore cmd_queue_sema with completionBinoy Jayan2016-08-211-1/+1
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-209-49/+5
|\
| * staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on f...Bhaktipriya Shridhar2016-03-281-4/+4
| * staging: rtl8188eu: os_dep: usb_intf: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-1/+1
| * staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-289-44/+0
* | staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-161-1/+1
|/
* staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-111-2/+1
* staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov2016-03-111-1/+0
* staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov2016-03-111-2/+2
* staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov2016-03-111-4/+0
* staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov2016-03-111-3/+3
* staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-111-1/+1
* staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar2016-03-111-4/+1
* staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla2016-02-221-1/+0
* Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal2016-02-141-2/+1
* staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov2016-02-111-4/+0
* staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango2016-02-071-1/+1
* staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli2016-02-071-1/+1
* staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReqLuca Ceresoli2016-02-071-3/+1
* staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2015-11-153-14/+10
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-291-1/+1
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-292-13/+12
* staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov2015-10-292-3/+3
* staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov2015-10-291-1/+1
OpenPOWER on IntegriCloud