aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter1-1927/+0
2021-07-27staging: rtl8188eu: remove braces from single line if blocksMichael Straube1-2/+1
2021-06-25staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_xmit.cPhillip Potter1-94/+7
2021-06-24staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_xmit.cPhillip Potter1-2/+0
2021-06-15staging: rtl8188eu: remove all DBG_88E calls from core/rtw_xmit.cPhillip Potter1-37/+3
2021-06-09staging: rtl8188eu: use safe iterator in xmit_delivery_enabled_frames()Dan Carpenter1-6/+3
2021-06-09staging: rtl8188eu: use safe iterator in wakeup_sta_to_xmit()Dan Carpenter1-10/+4
2021-06-09staging: rtl8188eu: use safe iterator in dequeue_xmitframes_to_sleeping_queue()Dan Carpenter1-5/+3
2021-05-19staging: rtl8188eu: use safe iterator in rtw_free_xmitframe_queueMartin Kaiser1-6/+4
2021-05-10staging: rtl8188eu: Use list iterators and helpersGuenter Roeck1-36/+16
2021-04-05staging: rtl8188eu: core: add comma within a commentDeborah Brouwer1-1/+1
2021-03-22staging: rtl8188eu: use netdev routines for private dataMartin Kaiser1-1/+4
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov1-5/+5
2020-07-28staging: r8188eu: use proper type for second argiment of rtw_(aes|tkip|wep)_(decrypt|encrypt)Ivan Safonov1-3/+3
2020-07-03staging: rtl8188eu: Fix WARNINGs of Block commentsSimon Fong1-31/+31
2020-07-03staging: rtl8188eu: remove unused parameterMichael Straube1-3/+3
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube1-2/+2
2019-09-30staging: rtl8188eu: fix possible null dereferenceConnor Kuehl1-2/+2
2019-03-21staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki1-2/+7
2019-02-19staging: rtl8188eu: fix bad indentation for conditional statementStephen Martin1-1/+1
2018-12-19staging: rtl8188eu: simplify null array initializationsMichael Straube1-4/+2
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube1-3/+4
2018-11-22staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube1-1/+1
2018-11-05staging: rtl8188eu: fix typo in function name rtw_sctx_chk_waring_statusColin Ian King1-2/+2
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube1-2/+2
2018-10-14staging: rtl8188eu: remove whitespace in qos_acm()Michael Straube1-2/+2
2018-10-14staging: rtl8188eu: cleanup long lines in stop_sta_xmit()Michael Straube1-5/+10
2018-10-14staging: rtl8188eu: cleanup long lines in rtw_get_sta_pending()Michael Straube1-5/+10
2018-10-14staging: rtl8188eu: cleanup block commentsMichael Straube1-8/+14
2018-10-14staging: rtl8188eu: remove commented codeMichael Straube1-21/+2
2018-10-14staging: rtl8188eu: cleanup alignment issueMichael Straube1-3/+3
2018-10-14staging: rtl8188eu: use __func__ in qos_acm()Michael Straube1-1/+2
2018-10-14staging: rtl8188eu: cleanup missing spaces around operatorsMichael Straube1-24/+36
2018-08-27staging: rtl8188eu: use is_multicast_ether_addr in rtw_xmit.cMichael Straube1-19/+16
2018-07-29staging: rtl8188eu: remove unused rtw_calculate_wlan_pkt_size_by_attribue()Michael Straube1-18/+0
2018-07-29staging: rtl8188eu: replace tabs with spacesMichael Straube1-3/+3
2018-07-29staging: rtl8188eu: fix comparsions to NULL - coding styleMichael Straube1-5/+5
2018-07-21staging: rtl8188eu: remove blank linesMichael Straube1-27/+0
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube1-3/+0
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy1-25/+25
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy1-10/+10
2018-02-16staging:r8188eu: Remove struct pkt_file from rtw_xmitframe_coalesce()Ivan Safonov1-12/+5
2018-02-16staging:r8188eu: Remove struct pkt_file from update_attrib()Ivan Safonov1-9/+7
2018-02-16staging:r8188eu: Remove struct pkt_file from set_qos()Ivan Safonov1-16/+10
2017-09-17staging:rtl8188eu:core Fix code IndentJanani Sankara Babu1-6/+6
2017-09-17staging:rtl8188eu Remove unneccessary parenthesisJanani Sankara Babu1-26/+26
2017-04-18staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant1-2/+1
2017-04-08staging:r8188eu: remove sw_encrypt member of security_priv structIvan Safonov1-6/+4
2017-03-06staging:rtl8188eu Add spaces around binary operatorGeorgiana Rodica Chelu1-12/+12