summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_xmit.c
AgeCommit message (Expand)Author
2019-09-30staging: rtl8188eu: fix possible null dereferenceConnor Kuehl
2019-03-21staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki
2019-02-19staging: rtl8188eu: fix bad indentation for conditional statementStephen Martin
2018-12-19staging: rtl8188eu: simplify null array initializationsMichael Straube
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube
2018-11-22staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube
2018-11-05staging: rtl8188eu: fix typo in function name rtw_sctx_chk_waring_statusColin Ian King
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube
2018-10-14staging: rtl8188eu: remove whitespace in qos_acm()Michael Straube
2018-10-14staging: rtl8188eu: cleanup long lines in stop_sta_xmit()Michael Straube
2018-10-14staging: rtl8188eu: cleanup long lines in rtw_get_sta_pending()Michael Straube
2018-10-14staging: rtl8188eu: cleanup block commentsMichael Straube
2018-10-14staging: rtl8188eu: remove commented codeMichael Straube
2018-10-14staging: rtl8188eu: cleanup alignment issueMichael Straube
2018-10-14staging: rtl8188eu: use __func__ in qos_acm()Michael Straube
2018-10-14staging: rtl8188eu: cleanup missing spaces around operatorsMichael Straube
2018-08-27staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.cMichael Straube
2018-07-29staging: rtl8188eu: remove unused rtw_calculate_wlan_pkt_size_by_attribue()Michael Straube
2018-07-29staging: rtl8188eu: replace tabs with spacesMichael Straube
2018-07-29staging: rtl8188eu: fix comparsions to NULL - coding styleMichael Straube
2018-07-21staging: rtl8188eu: remove blank linesMichael Straube
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy
2018-02-16staging:r8188eu: Remove struct pkt_file from rtw_xmitframe_coalesce()Ivan Safonov
2018-02-16staging:r8188eu: Remove struct pkt_file from update_attrib()Ivan Safonov
2018-02-16staging:r8188eu: Remove struct pkt_file from set_qos()Ivan Safonov
2017-09-17staging:rtl8188eu:core Fix code IndentJanani Sankara Babu
2017-09-17staging:rtl8188eu Remove unneccessary parenthesisJanani Sankara Babu
2017-04-18staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant
2017-04-08staging:r8188eu: remove sw_encrypt member of security_priv structIvan Safonov
2017-03-06staging:rtl8188eu Add spaces around binary operatorGeorgiana Rodica Chelu
2017-01-19staging: rtl8188eu: core: Remove NULL test before vfreeShyam Saini
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after decl...Yamanappagouda Patil
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-02staging: rtl8188eu: core: rtw_xmit: Use macros instead of constantsGeorgiana Rodica Chelu
2016-10-02staging: rtl8188eu: core: rtw_xmit: Move constant of the right sideGeorgiana Rodica Chelu
2016-09-20staging: rtl8188eu: core: rtw_xmit: Remove extra bracesGeorgiana Rodica Chelu
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov
2016-09-20staging: r8188eu: remove pkt_hdrlen member of pkt_attrib structureIvan Safonov
2016-09-12staging: r8188eu: remove do_queue_select functionIvan Safonov
2016-09-12staging: r8188eu: replace rtw_ieee80211_hdr with ieee80211_hdrIvan Safonov
2016-08-21rtl8188eu: Remove unused semaphoresBinoy Jayan
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-02-20Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfreeBhumika Goyal
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang