]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/mac80211/sta_info.h
Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux.git] / net / mac80211 / sta_info.h
index 9a04327d71d1de1129a7589195c574e8b62fa74c..8eb29041be54b1af438c50532cd9861740061263 100644 (file)
@@ -364,6 +364,7 @@ DECLARE_EWMA(mesh_fail_avg, 20, 8)
  * @nonpeer_pm: STA power save mode towards non-peer neighbors
  * @processed_beacon: set to true after peer rates and capabilities are
  *     processed
+ * @connected_to_gate: true if mesh STA has a path to a mesh gate
  * @fail_avg: moving percentage of failed MSDUs
  */
 struct mesh_sta {
@@ -381,6 +382,7 @@ struct mesh_sta {
        u8 plink_retries;
 
        bool processed_beacon;
+       bool connected_to_gate;
 
        enum nl80211_plink_state plink_state;
        u32 plink_timeout;