commit | 027d3efd933d87ca3d9a28365cae795c14e7a563 | [log] [tgz] |
---|---|---|
author | Jakub Sitnicki <jsitnicki@gmail.com> | Fri Jun 26 07:50:34 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 14 20:07:42 2015 -0700 |
tree | 5d0966c8c0cf514f03d0ad3be5c7357bf5975a8d | |
parent | eb90d44de7e6c7498a21e8de2935123395bbc31b [diff] |
staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constants linux/ieee80211.h already defines constants for capability bits. Include it where needed, resolve discrepancies in naming, and remove the duplicated definitions. Also, make use of WLAN_CAPABILITY_IS_STA_BSS() macro to check if neither ESS nor IBSS capability bits are set. Signed-off-by: Jakub Sitnicki <jsitnicki@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>