summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
* staging: rtl8192e: Fix signedness bug in rtllib_rx_assoc_resp()Haowen Bai2022-04-221-6/+11
* staging: rtl8192e: Remove space after castSolomon Tan2022-04-201-17/+17
* drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()Duoming Zhou2022-04-201-1/+1
* staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso2022-04-121-4/+8
* Merge tag 'staging-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-121-2/+4
|\
| * staging: rtl8192e: return error code from rtllib_softmac_init()Yang Yingliang2021-12-031-2/+4
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
|/
* staging/rtl8192e: Remove all strcpy() usesLen Baker2021-07-271-1/+2
* staging: rtl8192e: remove unnecesasry ftrace-like loggingzhaoxiao2021-05-101-1/+0
* staging: rtl8192e: rename bdHTInfoLen to bd_ht_info_len in bss_ht structWilliam Durand2021-03-101-1/+1
* staging: rtl8192e: rename bdHTInfoBuf to bd_ht_info_buf in bss_ht structWilliam Durand2021-03-101-1/+1
* staging: rtl8192e: rename bdHTCapLen to bd_ht_cap_len in bss_ht structWilliam Durand2021-03-101-1/+1
* staging: rtl8192e: rename bdHTCapBuf to bd_ht_cap_buf in bss_ht structWilliam Durand2021-03-101-1/+1
* staging: rtl8192e: rename bdSupportHT to bd_support_ht in bss_ht structWilliam Durand2021-03-101-2/+2
* staging: rtl8192e: fix typo in a commentWilliam Durand2021-03-101-1/+1
* staging: rtl8192e: remove braces from single-line blockPhillip Potter2021-02-081-2/+1
* staging: rtl8192e: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-161-3/+3
* staging: rtl*: Remove tasklet callback castsKees Cook2019-11-161-4/+3
* staging: rtl8192e: Make use kmemdupHariprasad Kelam2019-08-051-17/+7
* staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-031-4/+1
* staging: rtl8192e: rename function DOT11D_ScanComplete to dot11d_scan_complet...Himadri Pandya2019-02-111-2/+2
* staging: rtl8192e: rename function Dot11d_Reset to dot11d_reset - styleHimadri Pandya2019-02-111-1/+1
* staging: rtl8192e: rename members of struct rtllib_device - styleHimadri Pandya2019-02-071-6/+6
* Staging: rtl8192e: Replaced spaces with tab.Michiel Schuurmans2019-01-301-2/+2
* staging: rtl8192e: Fix compiler warning from strncpy()Larry Finger2018-09-101-8/+8
* staging: rtl8192e: remove two redundant assignmentsColin Ian King2018-01-221-1/+1
* staging: rtl8192e: Convert timers to use timer_setup()Kees Cook2017-10-181-10/+8
* staging: rtl8192e: make const array broadcast_addr static, reduces object cod...Colin Ian King2017-10-031-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-30/+18
|\
| * net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-5/+6
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-22/+12
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-6/+3
* | staging: rtl8192e: fix spelling mistake: "respose" -> "response"Colin Ian King2017-06-291-1/+2
* | staging: rtl8192e: remove dead code rtllib_wpa_supplicant_ioctlMalcolm Priestley2017-06-241-383/+0
* | staging: rtl8192e: Let user know mac address associated with.Malcolm Priestley2017-05-151-1/+2
|/
* Staging: rtl8192e: remove redundant null check on array algColin Ian King2017-02-101-17/+15
* staging: rtl8192e: Added new line after declarationYamanappagouda Patil2016-11-151-0/+1
* Staging: rtl8192e: mark symbols static where possibleBaoyou Xie2016-09-121-16/+25
* rtl8192e: Replace semaphore ips_sem with mutexBinoy Jayan2016-08-211-1/+1
* rtl8192e: Replace semaphore scan_sem with mutexBinoy Jayan2016-08-211-8/+8
* rtl8192e: rtllib_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-08-211-20/+20
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
* Staging: rtl8192e: Replace random_ether_addr with eth_random_addrBhumika Goyal2016-03-111-7/+1
* staging: rtl8192e: Remove create_workqueue()Amitoj Kaur Chawla2016-03-111-22/+25
* staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar2016-02-201-1/+1
* staging: rtl8192e: prefer using eth_broadcast_addr()Hari Prasath Gujulan Elango2016-02-111-2/+2
* staging:rtl8192e: Usage count off by oneSean MacLennan2016-02-071-1/+1
* Staging: rtl8192e: rtllib_softmac: Remove useless castShivani Bhardwaj2015-10-161-4/+2
* staging: rtl8192e: Fix CONSTANT_COMPARISON warningsMateusz Kulikowski2015-09-291-4/+4