aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_softmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-14Staging: rtl8192e: Replace memset with eth_zero_addrVaishali Thakkar1-1/+1
2015-07-14staging: rtl8192e: rtllib_softmac: Make functions staticMateusz Kulikowski1-12/+15
2015-07-14staging: rtl8192e: Remove unused definesMateusz Kulikowski1-1/+0
2015-06-17Staging: rtl8192e: Timer setup using macro rather assignmentGnanachandran Dhanapal1-2/+2
2015-06-17staging: rtl8192e: Remove rtllib_device::agregationMateusz Kulikowski1-1/+0
2015-06-17staging: rtl8192e: Remove softmac_hint11d_wq queueMateusz Kulikowski1-6/+0
2015-06-17staging: rtl8192e: Remove unused rtllib_device membersMateusz Kulikowski1-6/+0
2015-06-17staging: rtl8192e: Remove rtllib_is_shortslot()Mateusz Kulikowski1-5/+0
2015-06-17staging: rtl8192e: Remove rtllib_wake_queue()Mateusz Kulikowski1-80/+0
2015-06-17staging: rtl8192e: Remove rtllib_stop_queue()Mateusz Kulikowski1-12/+0
2015-06-12Staging: rtl8192e: Casting correct EndiannessGnanachandran Dhanapal1-4/+9
2015-06-01staging: rtl8192e: Fix LONG_LINE warningsMateusz Kulikowski1-14/+22
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG_MGMT()Mateusz Kulikowski1-27/+23
2015-06-01staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()Mateusz Kulikowski1-3/+3
2015-06-01staging: rtl8192e: Replace memcmp() with ether_addr_equal()Mateusz Kulikowski1-1/+1
2015-06-01staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warningsMateusz Kulikowski1-32/+32
2015-06-01staging: rtl8192e: Make ethernet addresses properly alignedMateusz Kulikowski1-2/+2
2015-06-01staging: rtl8192e: accept const MAC addressMateusz Kulikowski1-1/+2
2015-05-10staging: rtl8192e: Change cpu_to_le16 to le16_to_cpuArno Tiemersma1-1/+1
2015-05-08rtl8192e: delete local copy of iee80211 reason codes.Paul Gortmaker1-1/+2
2015-04-03staging: rtl8192e: Comment cleanup (style/format)Mateusz Kulikowski1-47/+43
2015-04-03staging: rtl8192e: Fix indentation in rtllib_rx_auth_resp()Mateusz Kulikowski1-18/+12
2015-04-03staging: rtl8192e: Decrease nesting of rtllib_rx_auth_resp()Mateusz Kulikowski1-44/+45
2015-04-03staging: rtl8192e: Divide rtllib_rx_auth()Mateusz Kulikowski1-54/+58