Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4.1.8 9499 #212

Open
wants to merge 272 commits into
base: master
Choose a base branch
from
Open

V4.1.8 9499 #212

wants to merge 272 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 27, 2014

  1. rtl8188eu: Fix to build on modern kernels

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    6348961 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2014

  1. rtl8188eu: Fix remaining warnings in build

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    4a660c6 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix build on kernel 3.12

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    86b0c1a View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Fix 'make install'

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    5a2939f View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: FRemove dead code for other than USB

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    2d60bad View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

  1. rtl8188eu: Remove dead code inside #if 0

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    b6b1215 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Replace PVOID and VOID

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    17d1637 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Replace _FALSE and _TRUE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    0633410 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove some unused files, and flatten include/

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    327b559 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove more unused files

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    6b438a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. rtl8188eu: Fix build warning for 3.13

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    37122aa View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove dead code for DM_ODM_SUPPORT_TYPE - Part 1

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    78015ae View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove remainder of code that depends on DM_ODM_SUPPORT_TYPE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    3a518f1 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove code for chips other than RTL8188EU

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    007b33e View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Change u2Byte to u16

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    5f39818 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Convert u4Bytw to u32

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    8aad1f5 View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Replace p1byte with u8

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    b77dd7b View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Replace u8Byte with u64

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    c8a4d4b View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Replace sNByte with appropriate s value

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    1038ee1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. rtl8188eu: Replace UINT, USHORT and UCHAR with u32, u16, and u8

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    4b573cb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2015

  1. rtl8188eu: Change Makefile to handle conflicts between r8188eu and 81…

    …88eu
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    e0688b5 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix build on kernel 3.17

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    d442f6a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. rtl8188eu: Fix makefile if r8188eu is not part of system

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    f8d1526 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

  1. rtl8188eu: Fix error path for memory allocation failure

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    14c43ae View commit details
    Browse the repository at this point in the history
  2. rtl8199eu: Allow this branch to build on other than x86

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    19da086 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove __func_enter__ and __func_exit__

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    a8e1fbf View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_LITTLE_ENDIAN

    Replace with kernel-devined __LITTLE_ENDIAN. This also applies
    to CONFIG_BIG_ENDIAN.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    b2de210 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. rtl8188eu: Cleanup read/write routines

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    cc84eb3 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Add header needed for ppc

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    9f59c77 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Fix endedness of EEPROM readout for BE machines

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    77e8b5d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. rtl8188eu: Fix some sparse warnings

    The driver did not work on PowerPC, which is big endian. This patch
    fixes all the sparse warnings concerning improper use of __le16 and __le32
    variables.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    7c7f632 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix an endian issue that was missed

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    305a10e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. rtl8188eu: Fix an endian issue that was missed

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    64a0fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34f4ec View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Do some cleanup in hal/usb_ops_linux.c

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    b2e37eb View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove byte ordering routines

    The kernel routines can handle everything that is needed
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    6dc546e View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Clean up more Sparse messages

    There are still problems remaining, but those are believed to be cosmetic.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    481d6c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. rtl8188eu: More Sparse fixes

    There are only a few more left. Most are in the P2P code
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    5b8f5bc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2015

  1. rtl8188eu: Stop extraneous logging

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    4774c66 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. rtl8188eu: Fix more endian issues

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    24cbb51 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix a missing cpu_to_le16

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    f0f2a06 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2015

  1. rtl8188eu: Remove code for DBG_MEMORY_LEAK

    The kernel does a better job.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    d2b7e5b View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix build warning for kernels 3.16-3.18

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    1305b2d View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove code selected when CONFIG_CONCURRENT_MODE is defined

    This parameter can only be set for RTL8192DU.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    020675f View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove code selected by CONFIG_DUALMAC_CONCURRENT

    This variable only applies to RTL8192DU.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    e8487f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. rtl8188eu: Fix build for kernel 3.20

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    b3e4445 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix more endian issues

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    276a623 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. rtl8188eu: More endian fixes

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    87f2c04 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove dead code associated with BR_EXT_DEBUG

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    120368c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. rtl8188eu: Replace wrapper for memcpy

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    529328f View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Replace wrapper for memset

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    9b5b5c4 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Change C90 comments to /* */ form

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    54abf57 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. rtl8188eu: Convert C90 comments

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    592c85f View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Convert C90 comments in os_dep

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    34c3293 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_IOCTL_CFG80211

    This one is always selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    5470a10 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove RTW_USE_CFG80211_STA_EVENT and clean Makefile

    This paramter is always selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    99db261 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_XMIT_ACK and CONFIG_XMIT_ACK_POLLING

    The first one was always selected. The second was not selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    5ded2b3 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove _CONFIG_NATIVEAP_MLME_ and CONFIG_NATIVEAP_MLME

    The first is never defined. The second is always devined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    8f5cbef View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove CONFIG_INTERRUPT_BASED_TXBCN and derivatives

    These are never selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    8c846f5 View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove CONFIG_ATMEL_RC_PATCH

    This quirk is never selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    0f3cbc1 View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Remove CONFIG_TX_MCAST2UNI

    This parameter is always selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    49437ec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. rtl8188eu: Remove CONFIG_ACTIVE_KEEP_ALIVE_CHECK

    This symbol is always defined. In addition, a number of defines that are commented
    out in include/autoconf.h have been removed.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    37a28f8 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_80211N_HT

    This one is always selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    2b27b83 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    856f0de View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. rtl8188eu: Fix build on kernel version 4.0+

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    8e700a6 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_ODM_REFRESH_RAMASK

    This parameter is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    a76a620 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_PHY_SETTING_WITH_ODM

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    4a969a1 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove RTL8188E_FPGAtrue_PHY_VERIFICATION

    This symbol is defined as 1.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    af84d3c View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_SET_SCAN_DENY_TIMER

    This one is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    cc8740e View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove CONFIG_RECV_REORDERING_CTRL

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    d9320ea View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove CONFIG_IPS

    This one is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    7f75913 View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove SUPPORT_HW_RFOFF_DETECTED

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    636309c View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Remove CONFIG_LPS_RPWM_TIMER

    This symbol is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    4bfca25 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. rtl8188eu: Remove CONFIG_LPS_LCLK

    This symbol is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    e932bd9 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_LPS

    This symbol is defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    dae1593 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove antenna diversity configuration variables

    Always selected are CONFIG_ANTENNA_DIVERSITY and CONFIG_hW_ANTENNA_DIVERSITY.
    Not selected is CONFIG_SW_ANTENNA_DIVERSITY.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    f6fb81d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_MUTEX

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    ad60073 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_VENDOR_REQ_RETRY

    This symbol is defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    78882c8 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Clean up os_dep/ioctl_linux.c

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    fdafd36 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_USE_USB_BUFFER_ALLOC_RX

    This was never defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    42a1d09 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_MINIMAL_MEMORY_USAGE

    It was not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    f83ce57 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove CONFIG_USB_TX_AGGREGATION

    This one was defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    3263fc1 View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove CONFIG_USB_RX_AGGREGATION

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    5a7239f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. rtl8188eu: Remove CONFIG_LAYER2_ROAMING_RESUME

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    4808b0c View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_LAYER2_ROAMING

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    72bd29e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. rtl8188eu: Remove CONFIG_LONG_DELAY_ISSUE

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    73821a9 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_NEW_SIGNAL_STAT_PROCESS

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    1a2d9b8 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_DEAUTH_BEFORE_CONNECT

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    d264b3a View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_PREALLOC_RECV_SKB

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    51e0009 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    32c09fe View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove CONFIG_REGULATORY_CTRL

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    d3b53e9 View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove remaining configuration code for other devices

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    efaf0dc View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove all configuration variables that use RTL8188E*

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    1eb3562 View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Remove CONFIG_TX_EARLY_MODE

    This one is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    ee0ecc2 View commit details
    Browse the repository at this point in the history
  10. rtl8188eu: Remove CONFIG_WIFI_TEST

    The one is never selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    eba06c1 View commit details
    Browse the repository at this point in the history
  11. rtl8188eu: Remove CONFIG_HW_PWRP_DETECTION

    It is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    31d5798 View commit details
    Browse the repository at this point in the history
  12. rtl8188eu: Remove CONFIG_IOL_NEW_GENERATION

    This one is selected by defining CONFIG_IOL.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    427ab12 View commit details
    Browse the repository at this point in the history
  13. rtl8188eu: Remove CONFIG_IOL_IOREG_CFG_DBG

    This symbol is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    3ce8fc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. rtl8188eu: Remove CONFIG_IOL_IOREG_CFG

    This symbol is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    6dea1f4 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Change CONFIG_IOL_READ_EFUSE_MAP to CONFIG_IOL

    When CONFIG_IOL is defined, then CONFIG_IOL_READ_EFUSE_MAP is automatically
    defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    71377b6 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Convert CONFIG_IOL_EFUSE_PATCH to CONFIG_IOL

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    f7d31c9 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_IOL

    This parameter is defined by default.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    1155811 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: FRemove the undefined CONFIG_IOL_LLT

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    314bad7 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove CONFIG_SUPPORT_USB_INT

    This one is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    9decc52 View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Convert CONFIG_FIND_BEST_CHANNEL to CONFIG_AP_MODE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    7b6e9a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. rtl8188eu: Remove some configuration variables defined when CONFIG_P2…

    …P is defined
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    27f745a View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_LED and related configuration variables

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    7f426e6 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_GLOBAL_UI_PID

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    e5f09bb View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_DISABLE_MCS13TO15

    This one is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    44ff69c View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_FTP_PROTECT

    This one is not selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    9b21efa View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove CONFIG_INTEL_WIDI

    This symbol was not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    1d52d10 View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove CONFIG_WAPI_SUPPORT

    This symbol is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    4b61fd5 View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove CONFIG_EFUSE_CONFIG_FILE and CONFIG_RF_GAIN_OFFSET

    These two interdependent parameters are not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    2a75f42 View commit details
    Browse the repository at this point in the history
  9. rtl_8188eu: Remove CONFIG_MMC_PM_KEEP_POWER, and CONFIG_WOWLAN

    These parameters are not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    ed19268 View commit details
    Browse the repository at this point in the history
  10. rtl8188eu: Remove CONFIG_GPIO_WAKEUP

    This symbol was not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    dfeb1b4 View commit details
    Browse the repository at this point in the history
  11. rtl8188eu: Remove CONFIG_ODM_ADAPTIVITY

    This one is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    4081d13 View commit details
    Browse the repository at this point in the history
  12. rtl8188eu: Change BOOLEAN to bool

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    0b5c6eb View commit details
    Browse the repository at this point in the history
  13. rtl8199eu: Replace TRUE and FALSE with true and false

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    dd62caa View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. rtl8188eu: Remove CONFIG_SKB_COPY

    This one is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    2bcb8d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. rtl8188eu: Remove ENABLE_USB_DROP_INCORRECT_OUT

    It is defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    c291f62 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_ATTEMPT_TO_FIX_AP_BEACON_ERROR

    This symbol is always defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    c372b98 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: CONFIG_TDLS

    This variable is not defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    1bb0401 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. rtl8188eu: Remove file include/rtw_tdls.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    471d5a1 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove wrapper around spin_lock_init

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    dc4dbd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. rtl8188eu: Remove wrappers around spin_lock_bh and spin_unlock_bh

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    c0ef452 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove DBG_EXPIRATION_CHK

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    fa0ee47 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove _rtw_spinlock_free

    This routine does nothing.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    89552a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. rtl8188eu: Rename get_WLAN_BSSID_EX_sz

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    5d615fa View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Replace typedef for WLAN_BSSID_EX

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    4bf02bb View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_SIGNAL_DISPLAY_DBM

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    3b93a78 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_PLATFORM_ROCKCHIPS

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    49de871 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_TCP_CSUM_OFFLOAD_RX

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    715a015 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove "if 1"

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    cfd60fa View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove RTK_DMP_PLATFORM

    This is not selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    10a995a View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove CONFIG_PLATFORM_MT53XX

    This is not selected.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    464dd38 View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Remove CONFIG_PLATFORM_ARM_XX

    None of these are defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    ee00663 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. rtl8188eu: Fix most errors from smatch

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    993b443 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. rtl8188eu: Fix build when CONFIG_P2P is not defined

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    90df80d View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove XX_PLATFORM_YY

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    e542073 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_DETECT_C2H_BY_POLLING

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    cd55789 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_UPDATE_INDICATE_SEQ_WHILE_PROCESS_ADDBA_REQ

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    3bc76ee View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_XMIT_THREAD_MODE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    bc08957 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove CONFIG_RECV_THREAD_MODE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    e136a7d View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove CONFIG_EVENT_THREAD_MODE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    4c042ff View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove RTL8192C_RECONFIG_TO_1T1R

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    bef55d3 View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Remove CONFIG_DISABLE_ODM

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    8fd8004 View commit details
    Browse the repository at this point in the history
  10. rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_BUFFER_DYNAMIC_ALLOCATE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    15018af View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. rtl8188eu: Remove DBG_CONFIG_ERROR_DETECT

    This symbol is defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    2339d6c View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove DBG_CONFIG_ERROR_RESET

    This one is defined.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    d82a27d View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_RESUME_IN_WORKQUEUE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    1099631 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove CONFIG_STA_MODE_SCAN_UNDER_AP_MODE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    3f5c8ae View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove CONFIG_DEBUG_RTL871X

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    7d8e675 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Remove CONFIG_ADAPTOR_INFO_CACHING_FILE

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    cf743bf View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove CONFIG_PATCH_JOIN_WRONG_CHANNEL

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    3e42cc0 View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove CONFIG_BSD_RX_USE_MBUF

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    bb4b1fe View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Remove CONFIG_TCP_CSUM_OFFLOAD_TX

    This change also allows the removal of rtw_set_tx_chksum_offload() as
    it is now empty.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    f42ef2c View commit details
    Browse the repository at this point in the history
  10. rtl8188eu: Remove CONFIG_USE_USB_BUFFER_ALLOC_TX

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    6eb9cc2 View commit details
    Browse the repository at this point in the history
  11. rtl8188eu: Remove CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    669536c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. rtl8188eu: Convert driver to use external firmware

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    b054bff View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix build error

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    83ff417 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_EMBEDDED_FWIMG

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    752f418 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Convert typedef WLAN_PWR_CFG to struct wl_pwr_cfg

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    460e260 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove useless IN and OUT from parameter lists

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    d26bbef View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Delete some unused header files

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    03bcc1a View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Remove executable mode for all source files

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    e233420 View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Remove typedef statements from include/rtw_mlme_ext.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    8a5e502 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. rtl8188eu: Remove typedef statements from include/wlan_bssdef.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    851dc8f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2015

  1. rtl8188eu: Remove typedef statements from include/rtw_rf.h and delete…

    … unused header files
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    26b163f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2015

  1. rtl8188eu: Remove most typedef statements from include/osdep_service.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    e228583 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove C90 comments from include/*.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    b2720d8 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove unused header files

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    067adff View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. rtl8188eu: Remove typedef statements in include/rtw_mp.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    4547604 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove typedef statements from include/rtw_mp_ioctl.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    8259a22 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove typedef statements from include/HalVerDef.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    22afcba View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove typedef statement from include/sta_info.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    fa43f60 View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Remove most typedef statements from include/hal_intf.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    7460f4b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. rtl8188eu: Remove typedef statements from include/ieee80211.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    7162635 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. rtl8188eu: Fix Makefile copying firmware to wrong directory

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    569af61 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Enable LEDs

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    be58a41 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. rtl8188eu: Fix struct rtw_ieee80211_ht_cap

    To work with hostapd, the length of rtw_ieee80211_ht_cap must match
    that of the kernel's ieee80211_ht_cap. Two errors were found.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    496a632 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. rtl8188eu: Replace rtw_ieee80211_ht_cap with standard kernel version

    As shown in the previous commits, keeping alignment beetween the private header
    and the kernel version is a problem. Solve the issue by using the kernel
    version.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    d76cbb3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. rtl8188eu: On kernel 2.6.32, a NULL dereference was found

    This bug was reported and debugged by GitHub user jdowells.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed May 15, 2015
    Configuration menu
    Copy the full SHA
    b5cf1b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. rtl8188eu: Fix build warning for kernel 4.1 and later

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    0160af0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. rtl8188eu: Make more little endian changes

    The master branch works on PPC architecture, which is big endian; however,
    v4.1.8-9499 fails to connect. Receiving is OK as scanning works, thus it is
    close to working. These changes make the two branches agree on the endianess
    of various header items.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    16ab32d View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix Sparse errors in os_dep/ioctl_linux.c

    The following Sparse warnings are output:
    
      CHECK   /home/finger/rtl8188eu/os_dep/ioctl_linux.c
    /home/finger/rtl8188eu/os_dep/ioctl_linux.c:3184:9: warning: context imbalance in 'rtw_get_ap_info' - different lock contexts for basic block
    /home/finger/rtl8188eu/os_dep/ioctl_linux.c:3916:9: warning: context imbalance in 'rtw_p2p_get_go_device_address' - wrong count at exit
    /home/finger/rtl8188eu/os_dep/ioctl_linux.c:4063:9: warning: context imbalance in 'rtw_p2p_get_device_name' - wrong count at exit
    /home/finger/rtl8188eu/os_dep/ioctl_linux.c:4146:9: warning: context imbalance in 'rtw_p2p_get_invitation_procedure' - wrong count at exit
    /home/finger/rtl8188eu/os_dep/ioctl_linux.c:6879:12: warning: context imbalance in 'rtw_del_sta' - different lock contexts for basic block
    
    Each of these is a real error caused by improper use of a spin lock when
     a spin unlock is needed.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    c8bd30e View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Fix Fix Sparse warning in os_dep/os_intfs.c

    Sparse issues the following:
    
      CHECK   /home/finger/rtl8188eu/os_dep/os_intfs.c
    /home/finger/rtl8188eu/os_dep/os_intfs.c:647:4: warning: symbol 'rtw_init_default_value' was not declared. Should it be static?
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    76682b1 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Fix Sparse warnings

    Sparse lists the following:
    
      CHECK   /home/finger/rtl8188eu/core/rtw_cmd.c
    /home/finger/rtl8188eu/core/rtw_cmd.c:236:5: warning: symbol 'rtw_cmd_filter' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_cmd.c:1949:6: warning: symbol 'lps_ctrl_wk_hdl' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_cmd.c:2168:6: warning: symbol 'power_saving_wk_hdl' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_cmd.c:2744:6: warning: symbol 'rtw_getrttbl_cmd_cmdrsp_callback' was not declared. Should it be static?
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    124237a View commit details
    Browse the repository at this point in the history
  5. rtl8188eu: Fix Sparse warnings in core/rtw_mlme.c

    Sparse reports the following:
    
      CHECK   /home/finger/rtl8188eu/core/rtw_mlme.c
    /home/finger/rtl8188eu/core/rtw_mlme.c:100:6: warning: symbol 'rtw_mfree_mlme_priv_lock' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_mlme.c:481:9: warning: symbol 'rtw_enqueue_network' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_mlme.c:510:6: warning: symbol 'rtw_free_network' was not declared. Should it be static?
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    efddeb4 View commit details
    Browse the repository at this point in the history
  6. rtl8188eu: Fix Sparse problems in core/rtw_mlme_ext.c

    Sparse reports the following:
    
      CHECK   /home/finger/rtl8188eu/core/rtw_mlme_ext.c
    /home/finger/rtl8188eu/core/rtw_mlme_ext.c:9446:6: warning: symbol '_linked_rx_signal_strehgth_display' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_mlme_ext.c:8520:6: warning: context imbalance in 'start_clnt_join' - different lock contexts for basic block
    
    The second warning was due to the failure to unlock a spin lock in a error
    path.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    cc88df7 View commit details
    Browse the repository at this point in the history
  7. rtl8188eu: Fix Sparse warnings in core/rtw_recv.c

    Sparse reports the following:
    
      CHECK   /home/finger/rtl8188eu/core/rtw_recv.c
    /home/finger/rtl8188eu/core/rtw_recv.c:127:6: warning: symbol 'rtw_mfree_recv_priv_lock' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_recv.c:845:6: warning: symbol 'count_rx_stats' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_recv.c:1878:6: warning: symbol 'wlanhdr_to_ethhdr' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_recv.c:2168:5: warning: symbol 'amsdu_to_msdu' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_recv.c:2693:5: warning: symbol 'process_recv_indicatepkts' was not declared. Should it be static?
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    3ead403 View commit details
    Browse the repository at this point in the history
  8. rtl8188eu: Fix Sparse warnings in core/rtw_sta_mgt.c

    Sparse reports the following:
    
      CHECK   /home/finger/rtl8188eu/core/rtw_sta_mgt.c
    /home/finger/rtl8188eu/core/rtw_sta_mgt.c:32:6: warning: symbol '_rtw_init_stainfo' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_sta_mgt.c:166:9: warning: symbol '_rtw_free_sta_xmit_priv_lock' was not declared. Should it be static?
    /home/finger/rtl8188eu/core/rtw_sta_mgt.c:174:6: warning: symbol 'rtw_mfree_stainfo' was not declared. Should it be static?
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    b8f73d9 View commit details
    Browse the repository at this point in the history
  9. rtl8188eu: Remove spaces before quoted newline

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    aa89a39 View commit details
    Browse the repository at this point in the history
  10. rtl8188eu: Change all "if(" to "if ("

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    6ead3e7 View commit details
    Browse the repository at this point in the history
  11. rtl8188eu: Change "while(" to "while ("

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    8e22f0d View commit details
    Browse the repository at this point in the history
  12. rtl8188eu: Change "switch(" to "switch ("

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    c818db1 View commit details
    Browse the repository at this point in the history
  13. rtl8188eu: Change "for(" to "for ("

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    9ee6ae4 View commit details
    Browse the repository at this point in the history
  14. rtl8188eu: Add spaces after comma, etc.

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    83488f5 View commit details
    Browse the repository at this point in the history
  15. rtl8188eu: Change "==0" to "== 0"

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    c137ff2 View commit details
    Browse the repository at this point in the history
  16. rtl8188eu: Change "){" to ") {"

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    0a97479 View commit details
    Browse the repository at this point in the history
  17. rtl8188eu: Change "}else{" and variants to "} else {"

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    16d2a24 View commit details
    Browse the repository at this point in the history
  18. rtl8188eu: Chnage "=NULL" to "= NULL"

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    51e6fae View commit details
    Browse the repository at this point in the history
  19. rtl8188eu: Remove double blank lines in core/*.h

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    11ab93f View commit details
    Browse the repository at this point in the history
  20. rtl8188eu: Fix some instances where open bracket should be moved to p…

    …revious line
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    e6a0d11 View commit details
    Browse the repository at this point in the history
  21. rtl8188eu: Remove wrapper routine rtw_get_current_time()

    This wrapper can be replaced with jiffies.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    1e6accf View commit details
    Browse the repository at this point in the history
  22. rtl8188eu: Replace degub macro DBG_871X with DBG_88E

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    3a3339b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. rtl8188eu: Add header

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    c010b6d View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove CONFIG_INTEL_PROXIM

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    549cb92 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove CONFIG_WAKELOCK, CONFIG_HAS_EARLYSUSPEND, and CONFI…

    …G_ANDROID_POWER
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    fc326e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. rtl8188eu: Protect against pfhdr NULL

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    429924c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. rtl8188eu: Replace LONG variants with the standard uxx form

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    8ac0b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. rtl8188eu: Cancel more timers on exit

    A quick look shows the new ones have not been stopped.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    69fded9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. rtl8723bs: Remove rtw_chip_version as module parameter

    This parameter might be useful when the original driver was developed,
    but it is useless in production code.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    2601c36 View commit details
    Browse the repository at this point in the history
  2. rtl8723bs: Remove second interface name

    Only the RTL8192D chips have multiple interfaces per chip, thus
    this logic has no value here.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    69faa02 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. rtl8188eu: Move arrays off stack in translate_scan()

    A user has reported a stack overflow panic in this routine. This patch
    removes at least 782 bytes from the stack.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    37a56bc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. rtl8188eu: Remove symbol MAX_RF_PATH_NUMS

    This one is always equal to RF_PATH_MAX.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    b8bfb4c View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Remove MAX_RF_PATH

    This symbol has the same value as RF_PATH_MAX.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    e1e88e1 View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Remove ODM_RF_PATH_MAX

    This is always equal to RF_PATH_MAX.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    2936b46 View commit details
    Browse the repository at this point in the history
  4. rtl8188eu: Remove "enum ODM_RF_RADIO_PATH" and ODM_RF_PATH_x

    These are already expressed as "enum rf_radio_path" and RF_PATH_x. Having
    two definitions is ridiculous.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    f8ec196 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. rtl8188eu: The platform can never be ODM_MP

    Remove that symbol.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    551ec15 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. rtl8188eu: Fix build for kernel 4.7 and later

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    2d54679 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    f419d3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from alfa-jpn/fix/device_id

    Update some device ids of v4.1.8
    lwfinger authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    c459fdd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. rtl8188eu: Fix some build problems

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    add1bba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10737c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. rtl8188eu: Fix builds for branch v4.1.8_9499 for newer kernels

    These changes allow builds up through kernel 4.16.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    594a5a0 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix out-of-bounds reference

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    bc8ca96 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. rtl8188eu: Fix problem where device is not up on module load

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed May 5, 2018
    Configuration menu
    Copy the full SHA
    0b659bd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. rtl8188eu: Fix some checkpatch warnings

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    242c9f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a6d034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77471b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    d1e206d View commit details
    Browse the repository at this point in the history
  2. Yocto: Added bitbake recipe

    fastiuk committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    26cb6f6 View commit details
    Browse the repository at this point in the history
  3. 3 Configuration menu
    Copy the full SHA
    5f2c143 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #290 from yevfast/dev-yevfast-v4.1.8_9499-yocto

    Added yocto bitbake recipe for V4.1.8 9499
    lwfinger authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a7c9cf8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #289 from yevfast/dev-yevfast-v4.1.8_9499-memory-fix

    cfg80211: Fixed unallocated stats
    lwfinger authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ff94855 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. rtl8188eu: Fix breakage of build for kernels older than 4.18

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    d27018d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. rtl8188eu: Add TP-Link TL-WN727N v5.21

    This info provided by kakash1hatake.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    77148c3 View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Fix build for kernel 5.0 and newer

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    49e7927 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. rtl8188eu: Update README.md and Makefile

    I will no longer support the download of zip versions for the source.
    whenever there is any change in the source, the user must redo the
    entire download and unpacking. This sequence is a lot more complicated
    that a simple 'git pull', thus the user skips that step and I have to
    deal with complaints about a problem I have already fixed. Now, the
    make operation will fail with an error.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    8a85ada View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. rtl8188eu: Fix build errors with later kernels

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8118ea2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. rtl8188eu: Fix builds for old and new kernels

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    99a60df View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. rtl8188eu: fix some UBSAN and kmalloc warnings

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed May 10, 2021
    Configuration menu
    Copy the full SHA
    4a73c76 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. rtl8188eu: Update README.md

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c708301 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. rtl8188eu: Fix "fix some UBSAN and kmalloc warnings"

    This fixes
    commit 4a73c76
    Author: Larry Finger <Larry.Finger@lwfinger.net>
    Date:   Mon May 10 10:25:47 2021 -0500
    
        rtl8188eu: fix some UBSAN and kmalloc warnings
    
    For LINUX_VERSION_CODE < KERNEL_VERSION(5, 8, 0).
    
    The function argument 'upd' only exists, if
    LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0),
    hence move the 'if' block reading 'upd' inside the
    '#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0))' macro guard.
    Karsten Wiese committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    0f6d12e View commit details
    Browse the repository at this point in the history
  2. rtl8188eu: Compile fix for kernel versions from 4.18 to 4.20

    The #access_ok macro has two arguments starting from kernel 5.0.
    Karsten Wiese committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    667ab7a View commit details
    Browse the repository at this point in the history
  3. rtl8188eu: Tweak Makefile for easier cross compilation

    Make KVER assignment optional. If an environment variable KVER exists
    it is used 'as is'.
    Karsten Wiese committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    233a5d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #389 from fzuuzf/v4.1.8_9499

    Fixes for 4.19 kernel and Makefile tweak
    lwfinger authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    5e453c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. rtl8188eu: Fix build on kernel 5.16

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    b9cb76c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. rtl8188eu: Fix Makefile to create directory for module

    If a kernel is being used that generates no drivers in the
    /lib/modules/$(KVER)/kernel/drivers/net/wireless directory, the installation
    will fail. The fix is to generate that directory if it is not present.
    
    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ca2465c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. rtl8188eu: Fix builds through kernel 6.1

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    lwfinger committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    cb854ca View commit details
    Browse the repository at this point in the history