summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-04-04staging: r8188eu: Fix PPPoE tag insertion on little endian systemsGuenter Roeck1-1/+1
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds73-4524/+1101
2022-03-18staging: r8188eu: remove unnecessary memset in r8188euWan Jiabing2-2/+0
2022-03-16staging: r8188eu: remove some unused local ieee80211 macrosMartin Kaiser1-27/+0
2022-03-16staging: r8188eu: make rtl8188e_process_phy_info staticMartin Kaiser2-2/+1
2022-03-16staging: r8188eu: remove unused function prototypeMartin Kaiser1-1/+0
2022-03-16staging: r8188eu: remove three unused receive definesMartin Kaiser1-4/+0
2022-03-16staging: r8188eu: remove unnecessary initializationsMartin Kaiser1-4/+0
2022-03-15staging: r8188eu: proper error handling in rtw_init_drv_swVihas Makwana1-13/+47
2022-03-15staging: r8188eu: call _cancel_timer_ex from _rtw_free_recv_privVihas Makwana1-0/+1
2022-03-14staging: r8188eu: remove comments in update_recvframe_attrib_88eMartin Kaiser1-26/+22
2022-03-14staging: r8188eu: remove unnecessary castsMartin Kaiser1-18/+18
2022-03-14staging: r8188eu: don't initialize drvinfo_sz to 0Martin Kaiser1-2/+0
2022-03-14staging: r8188eu: summarize declaration and assignmentMartin Kaiser1-3/+1
2022-03-14staging: r8188eu: remove tmp variable in update_recvframe_attrib_88eMartin Kaiser1-30/+22
2022-03-14staging: r8188eu: remove unused fields in struct recv_bufAbdun Nihaal3-7/+0
2022-03-14staging: r8188eu: remove unneeded field pbufAbdun Nihaal3-7/+1
2022-03-14staging: r8188eu: remove unused field pdataAbdun Nihaal5-14/+0
2022-03-14staging: r8188eu: remove unused field pendAbdun Nihaal4-5/+0
2022-03-14staging: r8188eu: remove unused field ptailAbdun Nihaal4-5/+0
2022-03-14staging: r8188eu: remove unused field pheadAbdun Nihaal4-5/+0
2022-03-14staging: r8188eu: remove unused fields in struct recv_bufAbdun Nihaal4-13/+0
2022-03-14staging: r8188eu: remove unused field recvbuf_lockAbdun Nihaal2-2/+0
2022-03-14staging: r8188eu: remove unused field listAbdun Nihaal2-2/+0
2022-03-14staging: r8188eu: mark rtw_endofpktfile as boolVihas Makwana2-2/+2
2022-03-14staging: r8188eu: mark IsFrameTypeCtrl as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark IS_MCAST as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark check_fwstate as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark rtl8188eu_xmitframe_complete as boolVihas Makwana2-2/+2
2022-03-14staging: r8188eu: mark is_ap_in_tkip as boolVihas Makwana2-2/+2
2022-03-14staging: r8188eu: mark is_basicrate as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark cckratesonly_included as boolVihas Makwana2-2/+2
2022-03-14staging: r8188eu: mark cckrates_included as boolVihas Makwana2-2/+2
2022-03-14staging: r8188eu: mark recv_indicatepkts_in_order as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark enqueue_reorder_recvframe as boolVihas Makwana1-2/+1
2022-03-14staging: r8188eu: mark check_indicate_seq as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark PS_RDY_CHECK as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark rtw_is_desired_network as boolVihas Makwana1-1/+1
2022-03-14staging: r8188eu: mark rtw_is_cckratesonly_included as boolVihas Makwana2-2/+2
2022-03-14staging: r8188eu: mark rtw_is_cckrates_included as boolVihas Makwana2-2/+2
2022-03-02staging: r8188eu: use ieee80211 helper to read the "order" bitMartin Kaiser2-4/+1
2022-03-02staging: r8188eu: use ieee80211 helper to read the protected bitMartin Kaiser1-1/+1
2022-03-02staging: r8188eu: use ieee80211 helper to read "more data"Martin Kaiser2-3/+1
2022-03-02staging: r8188eu: use ieee80211 helper to check for more fragmentsMartin Kaiser2-3/+1
2022-03-02staging: r8188eu: use ieee80211 helper for qos bitMartin Kaiser3-8/+5
2022-03-02staging: r8188eu: refactor validate_recv_frame's error handlingMartin Kaiser1-14/+8
2022-03-02staging: r8188eu: use ieee80211 helpers to check the frame typeMartin Kaiser1-12/+7
2022-03-02staging: r8188eu: use ieee80211 define for management frame typeMartin Kaiser3-15/+15
2022-03-02staging: r8188eu: remove unused defineMartin Kaiser1-1/+0
2022-03-02staging: r8188eu: get_rx_status is not usedMartin Kaiser1-5/+0