1. 03 1月, 2013 2 次提交
  2. 07 12月, 2012 1 次提交
  3. 26 11月, 2012 1 次提交
    • J
      cfg80211: remove remain-on-channel channel type · 42d97a59
      Johannes Berg 提交于
      As mwifiex (and mac80211 in the software case) are the
      only drivers actually implementing remain-on-channel
      with channel type, userspace can't be relying on it.
      This is the case, as it's used only for P2P operations
      right now.
      
      Rather than adding a flag to tell userspace whether or
      not it can actually rely on it, simplify all the code
      by removing the ability to use different channel types.
      Leave only the validation of the attribute, so that if
      we extend it again later (with the needed capability
      flag), it can't break userspace sending invalid data.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      42d97a59
  4. 19 11月, 2012 2 次提交
  5. 14 11月, 2012 1 次提交
  6. 07 11月, 2012 1 次提交
  7. 05 11月, 2012 1 次提交
  8. 23 10月, 2012 1 次提交
  9. 31 7月, 2012 1 次提交
  10. 27 7月, 2012 1 次提交
  11. 21 6月, 2012 1 次提交
    • J
      iwlwifi: limit mac_change_interface to BSS context · e75dac92
      Johannes Berg 提交于
      Currently when mac80211 asks to change the interface
      type, we will accept it for both the BSS and PAN
      contexts. This is not terribly complicated today,
      but with the addition of the P2P Device abstraction
      the PAN context handling will get more complex, so
      restrict mac_change_interface to the BSS context.
      
      Also fix a small locking issue and use is_active
      instead of the vif pointer to check if the other
      context is activated, guarding exclusive interface
      types on the BSS context (IBSS) against the PAN
      context being used for something else.
      Reviewed-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      e75dac92
  12. 20 6月, 2012 1 次提交
  13. 18 6月, 2012 1 次提交
  14. 13 6月, 2012 1 次提交
  15. 06 6月, 2012 8 次提交
  16. 05 6月, 2012 1 次提交
  17. 17 5月, 2012 2 次提交
  18. 24 4月, 2012 6 次提交
  19. 18 4月, 2012 3 次提交
  20. 17 4月, 2012 1 次提交
  21. 13 4月, 2012 3 次提交