1. 30 10月, 2009 1 次提交
  2. 20 10月, 2009 1 次提交
  3. 13 10月, 2009 1 次提交
    • J
      mac80211: document ieee80211_rx() context requirement · d20ef63d
      Johannes Berg 提交于
      ieee80211_rx() must be called with softirqs disabled
      since the networking stack requires this for netif_rx()
      and some code in mac80211 can assume that it can not
      be processing its own tasklet and this call at the same
      time.
      
      It may be possible to remove this requirement after a
      careful audit of mac80211 and doing any needed locking
      improvements in it along with disabling softirqs around
      netif_rx(). An alternative might be to push all packet
      processing to process context in mac80211, instead of
      to the tasklet, and add other synchronisation.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d20ef63d
  4. 12 10月, 2009 1 次提交
  5. 08 10月, 2009 1 次提交
  6. 05 10月, 2009 1 次提交
  7. 03 10月, 2009 3 次提交
  8. 01 10月, 2009 1 次提交
  9. 29 9月, 2009 1 次提交
  10. 27 9月, 2009 1 次提交
  11. 25 9月, 2009 3 次提交
  12. 24 9月, 2009 25 次提交