1. 17 10月, 2012 2 次提交
  2. 19 9月, 2012 1 次提交
  3. 11 9月, 2012 1 次提交
  4. 05 9月, 2012 1 次提交
  5. 20 8月, 2012 1 次提交
    • J
      cfg80211: add P2P Device abstraction · 98104fde
      Johannes Berg 提交于
      In order to support using a different MAC address
      for the P2P Device address we must first have a
      P2P Device abstraction that can be assigned a MAC
      address.
      
      This abstraction will also be useful to support
      offloading P2P operations to the device, e.g.
      periodic listen for discoverability.
      
      Currently, the driver is responsible for assigning
      a MAC address to the P2P Device, but this could be
      changed by allowing a MAC address to be given to
      the NEW_INTERFACE command.
      
      As it has no associated netdev, a P2P Device can
      only be identified by its wdev identifier but the
      previous patches allowed using the wdev identifier
      in various APIs, e.g. remain-on-channel.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      98104fde
  6. 17 7月, 2012 3 次提交
  7. 13 7月, 2012 2 次提交
  8. 12 7月, 2012 3 次提交
  9. 09 7月, 2012 4 次提交
  10. 05 7月, 2012 1 次提交
  11. 29 6月, 2012 5 次提交
  12. 28 6月, 2012 1 次提交
  13. 27 6月, 2012 1 次提交
  14. 26 6月, 2012 1 次提交
  15. 20 6月, 2012 6 次提交
  16. 18 6月, 2012 1 次提交
  17. 14 6月, 2012 1 次提交
  18. 13 6月, 2012 1 次提交
  19. 11 6月, 2012 1 次提交
  20. 07 6月, 2012 2 次提交
  21. 06 6月, 2012 1 次提交
    • J
      cfg80211: provide channel to join_mesh function · cc1d2806
      Johannes Berg 提交于
      Just like the AP mode patch, instead of setting
      the channel and then joining the mesh network,
      provide the channel to join the network on to
      the join_mesh() function.
      
      Like in AP mode, you can also give the channel
      to the join-mesh nl80211 command now.
      
      Unlike AP mode, it picks a default channel if
      none was given.
      
      As libertas uses mesh mode interfaces but has
      no join_mesh callback and we can't simply break
      it, keep some compatibility code for that case
      and configure the channel directly for it.
      
      In the non-libertas case, where we store the
      channel until join, allow setting it while the
      interface is down.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      cc1d2806