1. 12 9月, 2008 3 次提交
  2. 09 9月, 2008 2 次提交
  3. 04 9月, 2008 1 次提交
  4. 05 8月, 2008 4 次提交
  5. 15 7月, 2008 1 次提交
  6. 01 7月, 2008 2 次提交
  7. 15 6月, 2008 6 次提交
  8. 04 6月, 2008 2 次提交
  9. 29 5月, 2008 2 次提交
  10. 22 5月, 2008 6 次提交
  11. 15 5月, 2008 2 次提交
    • E
      iwlwifi: move per driverdebug_level to per device · bf403db8
      Ester Kummer 提交于
      This patch ports the debug_level to iwl_priv and changes
      the format of the debug prints.
      Signed-off-by: NEster Kummer <ester.kummer@intel.com>
      Signed-off-by: NZhu Yi <yi.zhu@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      bf403db8
    • J
      mac80211: proper STA info locking · 07346f81
      Johannes Berg 提交于
      As discussed earlier, we can unify locking in struct sta_info
      and use just a single spinlock protecting all members of the
      structure that need protection. Many don't, but one of the
      especially bad ones is the 'flags' member that can currently
      be clobbered when RX and TX is being processed on different
      CPUs at the same time.
      
      Because having four spinlocks for different, mostly exclusive
      parts of a single structure is overkill, this patch also kills
      the ampdu and mesh plink spinlocks and uses just a single one
      for everything. Because none of the spinlocks are nested, this
      is safe.
      
      It remains to be seen whether or not we should make the sta
      flags use atomic bit operations instead, for now though this
      is a safe thing and using atomic operations instead will be
      very simple using the new static inline functions this patch
      introduces for accessing sta->flags.
      
      Since spin_lock_bh() is used with this lock, there shouldn't
      be any contention even if aggregation is enabled at around the
      same time as both requires frame transmission/reception which
      is in a bh context.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Cc: Tomas Winkler <tomasw@gmail.com>
      Cc: Ron Rindjunsky <ron.rindjunsky@intel.com>
      Cc: Luis Carlos Cobo <luisca@cozybit.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      07346f81
  12. 13 5月, 2008 1 次提交
  13. 08 5月, 2008 8 次提交