1. 12 11月, 2011 1 次提交
  2. 10 11月, 2011 7 次提交
  3. 15 10月, 2011 1 次提交
  4. 01 10月, 2011 2 次提交
  5. 28 9月, 2011 1 次提交
  6. 20 9月, 2011 1 次提交
  7. 17 9月, 2011 1 次提交
  8. 14 9月, 2011 3 次提交
  9. 26 8月, 2011 1 次提交
  10. 25 8月, 2011 2 次提交
  11. 13 8月, 2011 3 次提交
  12. 20 7月, 2011 1 次提交
  13. 16 7月, 2011 3 次提交
  14. 08 7月, 2011 1 次提交
  15. 07 7月, 2011 2 次提交
  16. 17 5月, 2011 2 次提交
    • J
      nl80211: Move peer link state definition to nl80211 · 57cf8043
      Javier Cardona 提交于
      These definitions need to be exposed now that we can set the peer link
      states via NL80211_ATTR_STA_PLINK_STATE.  They were already being
      (opaquely) reported by NL80211_STA_INFO_PLINK_STATE.
      Signed-off-by: NJavier Cardona <javier@cozybit.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      57cf8043
    • J
      cfg80211: advertise possible interface combinations · 7527a782
      Johannes Berg 提交于
      Add the ability to advertise interface combinations in nl80211.
      This allows the driver to indicate what the combinations are
      that it supports. "Combinations" of just a single interface are
      implicit, as previously. Note that cfg80211 will enforce that
      the restrictions are met, but not for all drivers yet (once all
      drivers are updated, we can remove the flag and enforce for all).
      
      When no combinations are actually supported, an empty list will
      be exported so that userspace can know if the kernel exported
      this info or not (although it isn't clear to me what tools using
      the info should do if the kernel didn't export it).
      
      Since some interface types are purely virtual/software and don't
      fit the restrictions, those are exposed in a new list of pure SW
      types, not subject to restrictions. This mainly exists to handle
      AP-VLAN and monitor interfaces in mac80211.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7527a782
  17. 12 5月, 2011 4 次提交
  18. 06 5月, 2011 1 次提交
  19. 13 4月, 2011 3 次提交