1. 28 Jun, 2012 3 commits
  2. 27 Jun, 2012 1 commit
  3. 26 Jun, 2012 4 commits
  4. 25 Jun, 2012 1 commit
    • Johannes Berg's avatar
      mac80211_hwsim: fix smatch/sparse complaints · d0f718c1
      Johannes Berg authored
      The code is fine in both cases as-is, but we can
      write it slightly differently to fix smatch/sparse
      complaints:
       * compare the skb pointer (which we use as a cookie)
         by casting the skb to unsigned long rather than the
         cookie to a pointer (fixes "different address spaces")
       * when transmitting, data->channel must be assigned,
         don't check it (fixes "dereferenced before check")
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      d0f718c1
  5. 24 Jun, 2012 3 commits
  6. 22 Jun, 2012 3 commits
  7. 21 Jun, 2012 2 commits
  8. 20 Jun, 2012 15 commits
  9. 18 Jun, 2012 7 commits
  10. 14 Jun, 2012 1 commit
    • Chun-Yeow Yeoh's avatar
      mac80211: implement the proactive PREQ generation · a69cc44f
      Chun-Yeow Yeoh authored
      Generate the proactive PREQ element as defined in
      Sec. 13.10.9.3 (Case C) of IEEE Std. 802.11-2012
      based on the selection of dot11MeshHWMPRootMode as follow:
      dot11MeshHWMPRootMode (2) is proactivePREQnoPREP
      dot11MeshHWMPRootMode (3) is proactivePREQwithPREP
      
      The proactive PREQ is generated based on the interval
      defined by dot11MeshHWMProotInterval.
      
      With this change, proactive RANN element is now generated
      if the dot11MeshHWMPRootMode is set to (4) instead of (1).
      Signed-off-by: default avatarChun-Yeow Yeoh <yeohchunyeow@gmail.com>
      [line-break commit log]
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      a69cc44f