03 Jul, 2020

1 commit

  • Many defined constants in wifi.h are unused and/or available from
    , some with slightly different names. Use the
    common ones, rename where necessary and remove unused.

    Signed-off-by: Michael Straube
    Link: https://lore.kernel.org/r/20200701164213.4205-1-straube.linux@gmail.com
    Signed-off-by: Greg Kroah-Hartman

    Michael Straube
     

01 Jul, 2020

1 commit

  • The constants IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL and
    IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA are not used in the driver
    code and, if ever needed, available from 'include/linux/ieee80211.h'.
    Remove them from wifi.h.

    Signed-off-by: Michael Straube
    Link: https://lore.kernel.org/r/20200629171405.7711-3-straube.linux@gmail.com
    Signed-off-by: Greg Kroah-Hartman

    Michael Straube
     

17 Jun, 2020

1 commit

  • This patch switches to and and
    deletes a lot of duplicate definitions plus many unused ones.

    Non obvious changes:
    - struct ieee80211_ht_cap is different enough that I preferred to keep
    (and rename) it for now.
    - mcs_rate in translate_scan was not read after being set, so I deleted
    that part rather than using the renamed struct
    - WLAN_CAPABILITY_BSS is replaced with WLAN_CAPABILITY_ESS which is the
    corresponding one with same value

    Signed-off-by: Pascal Terjan
    Link: https://lore.kernel.org/r/20200609194848.166130-1-pterjan@google.com
    Signed-off-by: Greg Kroah-Hartman

    Pascal Terjan
     

27 May, 2020

1 commit

  • The value in shared headers was fixed 9 years ago in commit 8d661f1e462d
    ("ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macro") and
    while looking at using shared headers for other duplicated constants
    I noticed this driver uses the old value.

    The macros are also defined twice in this file so I am deleting the
    second definition.

    Signed-off-by: Pascal Terjan
    Cc: stable
    Link: https://lore.kernel.org/r/20200523211247.23262-1-pterjan@google.com
    Signed-off-by: Greg Kroah-Hartman

    Pascal Terjan
     

28 Aug, 2019

1 commit


20 May, 2019

1 commit


04 Oct, 2018

1 commit

  • This satisfies a checkpatch warning and is the preferred
    method for notating the license.

    The SPDX identifier is a legally binding shorthand, which
    can be used instead of the full boiler plate text.

    Signed-off-by: Michael Straube
    Signed-off-by: Greg Kroah-Hartman

    Michael Straube
     

19 Jun, 2018

1 commit


25 Jun, 2017

1 commit


06 Mar, 2017

1 commit


12 Feb, 2017

1 commit


03 Jan, 2017

1 commit


12 Sep, 2016

1 commit


13 Sep, 2015

2 commits


16 Mar, 2015

1 commit


27 Feb, 2015

1 commit


12 Jan, 2013

2 commits


11 May, 2012

1 commit


07 Sep, 2011

1 commit


06 Jul, 2011

1 commit


21 Apr, 2011

1 commit


20 Aug, 2010

1 commit

  • This code is for a completely new version of the Realtek 8192 USB devices
    such as the D-Link DWA-130. The Realtek code, which was originally for
    Linux, Windows XP and Windows CE, has been stripped of all code not needed
    for Linux. In addition, only one additional configuration variable, which
    enables AP mode, remains.

    Signed-off-by: Larry Finger
    Signed-off-by: Florian Schilhabel
    Tested-by: Frederic Leroy

    Larry Finger