local/net: bcm4358: use nl80211 attribute instead of station_info_flags
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 12 Mar 2015 05:58:28 +0000 (14:58 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:44:30 +0000 (13:44 +0900)
commitf38d6c91f9634c5c8a486f659e8826129d8604b4
tree02948e332fbf14ec4cac47cd28123d8ef2545a30
parenta704c333d55af6b574bc22fd2b5e84a08af72d56
local/net: bcm4358: use nl80211 attribute instead of station_info_flags

Use the nl80211 attribute instead of station_info_flags.
(Refer to below patch)

commit 319090bf6c75e3ad42a8c74973be5e78ae4f948f
Author:     Johannes Berg <johannes.berg@intel.com>
AuthorDate: Mon Nov 17 14:08:11 2014 +0100
Commit:     Johannes Berg <johannes.berg@intel.com>
CommitDate: Thu Jan 8 15:28:10 2015 +0100

    cfg80211: remove enum station_info_flags

    This is really just duplicating the list of information that's
    already available in the nl80211 attribute, so remove the list.
    Two small changes are needed:
     * remove STATION_INFO_ASSOC_REQ_IES complete, but the length
       (assoc_req_ies_len) can be used instead
     * add NL80211_STA_INFO_RX_DROP_MISC which exists internally
       but not in nl80211 yet

    This gets rid of the duplicate maintenance of the two lists.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/net/wireless/bcmdhd4358/wl_cfg80211.c