summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: rtl8192e: Fix SUSPECT_CODE_INDENT warningsMateusz Kulikowski2015-09-291-3/+3
* Staging: rtl8192e: Replace memset with eth_zero_addrVaishali Thakkar2015-07-141-1/+1
* staging: rtl8192e: rtllib_softmac: Make functions staticMateusz Kulikowski2015-07-141-12/+15
* staging: rtl8192e: Remove unused definesMateusz Kulikowski2015-07-141-1/+0
* Staging: rtl8192e: Timer setup using macro rather assignmentGnanachandran Dhanapal2015-06-171-2/+2
* staging: rtl8192e: Remove rtllib_device::agregationMateusz Kulikowski2015-06-171-1/+0
* staging: rtl8192e: Remove softmac_hint11d_wq queueMateusz Kulikowski2015-06-171-6/+0
* staging: rtl8192e: Remove unused rtllib_device membersMateusz Kulikowski2015-06-171-6/+0
* staging: rtl8192e: Remove rtllib_is_shortslot()Mateusz Kulikowski2015-06-171-5/+0
* staging: rtl8192e: Remove rtllib_wake_queue()Mateusz Kulikowski2015-06-171-80/+0
* staging: rtl8192e: Remove rtllib_stop_queue()Mateusz Kulikowski2015-06-171-12/+0
* Staging: rtl8192e: Casting correct EndiannessGnanachandran Dhanapal2015-06-121-4/+9
* staging: rtl8192e: Fix LONG_LINE warningsMateusz Kulikowski2015-06-011-14/+22
* staging: rtl8192e: Remove RTLLIB_DEBUG_MGMT()Mateusz Kulikowski2015-06-011-27/+23
* staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()Mateusz Kulikowski2015-06-011-3/+3
* staging: rtl8192e: Replace memcmp() with ether_addr_equal()Mateusz Kulikowski2015-06-011-1/+1
* staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warningsMateusz Kulikowski2015-06-011-32/+32
* staging: rtl8192e: Make ethernet addresses properly alignedMateusz Kulikowski2015-06-011-2/+2
* staging: rtl8192e: accept const MAC addressMateusz Kulikowski2015-06-011-1/+2
* staging: rtl8192e: Change cpu_to_le16 to le16_to_cpuArno Tiemersma2015-05-101-1/+1
* rtl8192e: delete local copy of iee80211 reason codes.Paul Gortmaker2015-05-081-1/+2
* staging: rtl8192e: Comment cleanup (style/format)Mateusz Kulikowski2015-04-031-47/+43
* staging: rtl8192e: Fix indentation in rtllib_rx_auth_resp()Mateusz Kulikowski2015-04-031-18/+12
* staging: rtl8192e: Decrease nesting of rtllib_rx_auth_resp()Mateusz Kulikowski2015-04-031-44/+45
* staging: rtl8192e: Divide rtllib_rx_auth()Mateusz Kulikowski2015-04-031-54/+58
* staging: rtl8192e: Fix LINE_CONTINUATIONS warningMateusz Kulikowski2015-04-031-1/+1
* staging: rtl8192e: Fix RETURN_VOID warningsMateusz Kulikowski2015-04-031-1/+0
* staging: rtl8192e: Fix UNNECESSARY_ELSE warningMateusz Kulikowski2015-04-031-6/+5
* staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski2015-03-201-67/+70
* staging: rtl8192e: fix coding style issues (spaces before semicolon)Mateusz Kulikowski2015-03-201-1/+1
* staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski2015-03-201-29/+32
* staging: rtl8192e: remove break after returnSupriya Karanth2015-03-161-1/+0
* Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar2015-03-161-6/+9
* staging: rtl8192e: Use kzalloc instead of kmalloc.Navya Sri Nizamkari2015-03-151-2/+1
* staging: rtl8192e: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz2015-03-061-1/+1
* staging: rtl8192e: add missing tasklet_kill on remove pathDevendra Naga2014-11-261-0/+1
* staging, rtl8192e, LLVMLinux: Make static local in inline function constBehan Webster2014-10-291-3/+4
* staging, rtl8192e, LLVMLinux: Remove unused prototypeBehan Webster2014-10-291-1/+1
OpenPOWER on IntegriCloud