nl80211/mac80211: allow adding TDLS peers as stations
[pandora-kernel.git] / net / mac80211 / sta_info.h
index 56a3d38..b6bd4e9 100644 (file)
@@ -45,6 +45,7 @@
  *     station in power-save mode, reply when the driver unblocks.
  * @WLAN_STA_PS_DRIVER_BUF: Station has frames pending in driver internal
  *     buffers. Automatically cleared on station wake-up.
+ * @WLAN_STA_TDLS_PEER: station is a TDLS peer.
  */
 enum ieee80211_sta_info_flags {
        WLAN_STA_AUTH           = 1<<0,
@@ -61,6 +62,7 @@ enum ieee80211_sta_info_flags {
        WLAN_STA_PS_DRIVER      = 1<<12,
        WLAN_STA_PSPOLL         = 1<<13,
        WLAN_STA_PS_DRIVER_BUF  = 1<<14,
+       WLAN_STA_TDLS_PEER      = 1<<15,
 };
 
 #define STA_TID_NUM 16