aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_softmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-22staging: rtl8192e: Fix signedness bug in rtllib_rx_assoc_resp()Haowen Bai1-6/+11
2022-04-20staging: rtl8192e: Remove space after castSolomon Tan1-17/+17
2022-04-20drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()Duoming Zhou1-1/+1
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso1-4/+8
2022-01-12Merge tag 'staging-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+4
2021-12-03staging: rtl8192e: return error code from rtllib_softmac_init()Yang Yingliang1-2/+4
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-07-27staging/rtl8192e: Remove all strcpy() usesLen Baker1-1/+2
2021-05-10staging: rtl8192e: remove unnecesasry ftrace-like loggingzhaoxiao1-1/+0
2021-03-10staging: rtl8192e: rename bdHTInfoLen to bd_ht_info_len in bss_ht structWilliam Durand1-1/+1
2021-03-10staging: rtl8192e: rename bdHTInfoBuf to bd_ht_info_buf in bss_ht structWilliam Durand1-1/+1
2021-03-10staging: rtl8192e: rename bdHTCapLen to bd_ht_cap_len in bss_ht structWilliam Durand1-1/+1
2021-03-10staging: rtl8192e: rename bdHTCapBuf to bd_ht_cap_buf in bss_ht structWilliam Durand1-1/+1
2021-03-10staging: rtl8192e: rename bdSupportHT to bd_support_ht in bss_ht structWilliam Durand1-2/+2
2021-03-10staging: rtl8192e: fix typo in a commentWilliam Durand1-1/+1
2021-02-08staging: rtl8192e: remove braces from single-line blockPhillip Potter1-2/+1
2020-09-16staging: rtl8192e: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-4/+3
2019-08-05staging: rtl8192e: Make use kmemdupHariprasad Kelam1-17/+7
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-4/+1
2019-02-11staging: rtl8192e: rename function DOT11D_ScanComplete to dot11d_scan_complete - styleHimadri Pandya1-2/+2
2019-02-11staging: rtl8192e: rename function Dot11d_Reset to dot11d_reset - styleHimadri Pandya1-1/+1
2019-02-07staging: rtl8192e: rename members of struct rtllib_device - styleHimadri Pandya1-6/+6
2019-01-30Staging: rtl8192e: Replaced spaces with tab.Michiel Schuurmans1-2/+2
2018-09-10staging: rtl8192e: Fix compiler warning from strncpy()Larry Finger1-8/+8
2018-01-22staging: rtl8192e: remove two redundant assignmentsColin Ian King1-1/+1
2017-10-18staging: rtl8192e: Convert timers to use timer_setup()Kees Cook1-10/+8
2017-10-03staging: rtl8192e: make const array broadcast_addr static, reduces object code sizeColin Ian King1-2/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-30/+18
2017-06-29staging: rtl8192e: fix spelling mistake: "respose" -> "response"Colin Ian King1-1/+2
2017-06-24staging: rtl8192e: remove dead code rtllib_wpa_supplicant_ioctlMalcolm Priestley1-383/+0
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-5/+6
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-22/+12
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-6/+3
2017-05-15staging: rtl8192e: Let user know mac address associated with.Malcolm Priestley1-1/+2
2017-02-10Staging: rtl8192e: remove redundant null check on array algColin Ian King1-17/+15
2016-11-15staging: rtl8192e: Added new line after declarationYamanappagouda Patil1-0/+1
2016-09-12Staging: rtl8192e: mark symbols static where possibleBaoyou Xie1-16/+25
2016-08-21rtl8192e: Replace semaphore ips_sem with mutexBinoy Jayan1-1/+1
2016-08-21rtl8192e: Replace semaphore scan_sem with mutexBinoy Jayan1-8/+8
2016-08-21rtl8192e: rtllib_device: Replace semaphore wx_sem with mutexBinoy Jayan1-20/+20
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-03-11Staging: rtl8192e: Replace random_ether_addr with eth_random_addrBhumika Goyal1-7/+1
2016-03-11staging: rtl8192e: Remove create_workqueue()Amitoj Kaur Chawla1-22/+25
2016-02-20staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar1-1/+1
2016-02-11staging: rtl8192e: prefer using eth_broadcast_addr()Hari Prasath Gujulan Elango1-2/+2
2016-02-07staging:rtl8192e: Usage count off by oneSean MacLennan1-1/+1
2015-10-16Staging: rtl8192e: rtllib_softmac: Remove useless castShivani Bhardwaj1-4/+2
2015-09-29staging: rtl8192e: Fix CONSTANT_COMPARISON warningsMateusz Kulikowski1-4/+4
2015-09-29staging: rtl8192e: Fix SUSPECT_CODE_INDENT warningsMateusz Kulikowski1-3/+3