summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtl819x_BAProc.c
AgeCommit message (Expand)Author
2021-10-05staging: rtl8192e: remove unused variable ieeeSaurav Girepunje
2021-03-10staging: rtl8192e: rename RxAdmittedBARecord to rx_admitted_ba_record in rx_t...William Durand
2021-03-10staging: rtl8192e: rename TsCommonInfo to ts_common_info in rx_ts_record structWilliam Durand
2021-03-10staging: rtl8192e: rename BaStartSeqCtrl to ba_start_seq_ctrl in ba_record st...William Durand
2021-03-10staging: rtl8192e: rename BaTimeoutValue to ba_timeout_value in ba_record structWilliam Durand
2021-03-10staging: rtl8192e: rename BaParamSet to ba_param_set in ba_record structWilliam Durand
2021-03-10staging: rtl8192e: rename DialogToken to dialog_token in ba_record structWilliam Durand
2021-03-10staging: rtl8192e: rename bValid to b_valid in ba_record structWilliam Durand
2021-03-10staging: rtl8192e: rename Timer to timer in ba_record structWilliam Durand
2021-03-10staging: rtl8192e: rename TID to tid in delba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename Initiator to initiator in delba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename shortData to short_data in delba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename TID to tid in ba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename AMSDU_Support to amsdu_support in ba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename BufferSize to buffer_size in ba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename BAPolicy to ba_policy in ba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename shortData to short_data in ba_param_set unionWilliam Durand
2021-03-10staging: rtl8192e: rename SeqNum to seq_num in sequence_control unionWilliam Durand
2021-03-10staging: rtl8192e: rename ShortData to short_data in sequence_control unionWilliam Durand
2020-02-09staging: rtl8192e: style fix - Prefer using '"%s...", __func__'Derek Robson
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-01-15staging: rtl8192e: fix various indentation issuesColin Ian King
2018-06-26Staging:rtl8192e Cleanup comparison to NULLJanani Sankara Babu
2018-06-26Staging:rtl8192e Fix Comparison to true is error proneJanani Sankara Babu
2018-06-26Staging:rtl8192e Fix Comparison to False is error proneJanani Sankara Babu
2018-03-29drivers: staging: rtl8192e: fixed a space coding style issueRene Hickersberger
2017-10-18staging: rtl8192e: Convert timers to use timer_setup()Kees Cook
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-03-06staging: rtl8192e: replace explicit NULL comparisonGargi Sharma
2016-11-15staging: rtl8192e: Fixed coding style wornings on Block comments.Yamanappagouda Patil
2016-02-20staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar
2015-09-29staging: rtl8192e: Fix FSF_MAILING_ADDRESS warningsMateusz Kulikowski
2015-09-29staging: rtl8192e: Fix CONSTANT_COMPARISON warningsMateusz Kulikowski
2015-07-22Staging: rtl8192e: pointer math bug in rtllib_rx_DELBA()Dan Carpenter
2015-06-01staging: rtl8192e: Fix OOM_MESSAGE warningsMateusz Kulikowski
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG_DATA()Mateusz Kulikowski
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG()Mateusz Kulikowski
2015-06-01staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()Mateusz Kulikowski
2015-06-01staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warningsMateusz Kulikowski
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski
2015-03-16Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar
2014-12-02drivers: staging: rtl8192e: Include "asm/unaligned.h" instead of "access_ok.h...Chen Gang
2014-11-03Staging: rtl8192e: Use put_unaligned_le16Vaishali Thakkar
2014-10-29Staging: rtl8192e: Change variable type from u16 to __le16Vaishali Thakkar
2014-10-29Staging: rtl8192e: Revert one previous commitVaishali Thakkar
2014-09-19Staging: rtl8192e: Fix void function return statements style warningMahati Chamarthy
2014-09-19Staging: rtl8192e: Fix unnecessary parentheses style warningMahati Chamarthy
2014-08-30staging: rtl8192e: fixed coding style issuesMatthew Casey
2014-04-25staging: rtl8192e: A word in printk is split into 2 linesMasanari Iida
2014-04-25Staging:rtl8192e:rtl819x_BAProc:Remove whitespacesPaul McQuade