1. 19 11月, 2012 1 次提交
    • J
      mac80211: support radiotap vendor namespace RX data · 90b9e446
      Johannes Berg 提交于
      In some cases, in particular for experimentation, it
      can be useful to be able to add vendor namespace data
      to received frames in addition to the normal radiotap
      data.
      
      Allow doing this through mac80211 by adding fields to
      the RX status descriptor that describe the data while
      the data itself is prepended to the frame.
      
      Also add some example code to hwsim, but don't enable
      it because it doesn't use a proper OUI identifier.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      90b9e446
  2. 14 11月, 2012 1 次提交
  3. 10 11月, 2012 1 次提交
    • J
      mac80211: clarify interface iteration and make it configurable · 8b2c9824
      Johannes Berg 提交于
      During hardware restart, all interfaces are iterated even
      though they haven't been re-added to the driver, document
      this behaviour. The same also happens during resume, which
      is even more confusing since all of the interfaces were
      previously removed from the driver. Make this optional so
      drivers relying on the current behaviour can still use it,
      but to let drivers that don't want this behaviour disable
      it.
      
      Also convert all API users, keeping the old semantics
      except in hwsim, where the new normal ones are desired.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      8b2c9824
  4. 30 10月, 2012 37 次提交