1. 11 1月, 2014 12 次提交
  2. 09 1月, 2014 1 次提交
  3. 08 1月, 2014 1 次提交
  4. 07 1月, 2014 1 次提交
  5. 19 12月, 2013 1 次提交
  6. 16 12月, 2013 1 次提交
    • J
      iwlwifi: mvm: use pre-RCU-sync sta removal operation · 1ddbbb0c
      Johannes Berg 提交于
      iwlmvm relies on the current mac80211 behaviour of allowing
      station pointers to be valid for an RCU grace period after
      returning from the sta_state() callback. To optimise these
      cases, this behaviour is going away, so make the driver use
      the new sta_pre_rcu_remove() method to clear the pointer in
      the fw_id_to_mac_id[] array.
      
      Since this may happen while the station is still present in
      the firmware, don't set the pointer to NULL but to -ENOENT
      to mark this particular case. In client mode, the station
      is kept even longer (until marking the MAC as unassociated)
      so the drain flow must take this new behavior into account.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      1ddbbb0c
  7. 11 12月, 2013 7 次提交
  8. 10 12月, 2013 16 次提交