mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
67acf1f09b
802.11 cards may have different country IE parsing behavioural preferences and vendors may want to support these. These preferences were managed by the WIPHY_FLAG_CUSTOM_REGULATORY and the WIPHY_FLAG_STRICT_REGULATORY flags and their combination. Instead of using this existing notation, split out the country IE behavioural preferences to a new flag. This will allow us to add more customizations easily and make the code more maintainable. Also add a new flag to disable country IE hints issued by the CORE as the first customization. Change-Id: I66ba4a92ac0f029a115eea0a274b02db11279787 CRs-Fixed: 542802 Signed-off-by: Mihir Shete <smihir@codeaurora.org> |
||
---|---|---|
.. | ||
.gitignore | ||
chan.c | ||
core.c | ||
core.h | ||
db.txt | ||
debugfs.c | ||
debugfs.h | ||
ethtool.c | ||
ethtool.h | ||
genregdb.awk | ||
ibss.c | ||
Kconfig | ||
lib80211.c | ||
lib80211_crypt_ccmp.c | ||
lib80211_crypt_tkip.c | ||
lib80211_crypt_wep.c | ||
Makefile | ||
mesh.c | ||
mlme.c | ||
nl80211.c | ||
nl80211.h | ||
radiotap.c | ||
reg.c | ||
reg.h | ||
regdb.h | ||
scan.c | ||
sme.c | ||
sysfs.c | ||
sysfs.h | ||
util.c | ||
wext-compat.c | ||
wext-compat.h | ||
wext-core.c | ||
wext-priv.c | ||
wext-proc.c | ||
wext-sme.c | ||
wext-spy.c |