Merge "cfg80211: Add backport flag for user cellular base hint"

This commit is contained in:
Linux Build Service Account 2018-05-24 02:46:36 -07:00 committed by Gerrit - the friendly Code Review server
commit 7b7e229ed2

View file

@ -82,6 +82,9 @@ struct wiphy;
/* Indicate support for including KEK length in rekey data */ /* Indicate support for including KEK length in rekey data */
#define CFG80211_REKEY_DATA_KEK_LEN 1 #define CFG80211_REKEY_DATA_KEK_LEN 1
/* Indicate backport support for processing user cell base hint */
#define CFG80211_USER_HINT_CELL_BASE_SELF_MANAGED 1
/* /*
* wireless hardware capability structures * wireless hardware capability structures
*/ */