1. 23 2月, 2018 1 次提交
  2. 25 1月, 2017 1 次提交
  3. 19 10月, 2016 1 次提交
  4. 12 9月, 2016 1 次提交
    • J
      mac80211: add support for radiotap timestamp field · 99ee7cae
      Johannes Berg 提交于
      Use the existing device timestamp from the RX status information
      to add support for the new radiotap timestamp field. Currently
      only 32-bit counters are supported, but we also add the radiotap
      mactime where applicable. This new field allows more flexibility
      in where the timestamp is taken etc. The non-timestamp data in
      the field is taken from a new field in the hw struct.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      99ee7cae
  5. 06 2月, 2014 1 次提交
  6. 16 7月, 2013 1 次提交
  7. 24 5月, 2013 1 次提交
  8. 27 11月, 2012 1 次提交
  9. 20 8月, 2012 1 次提交
  10. 12 11月, 2011 1 次提交
  11. 04 10月, 2011 1 次提交
  12. 29 1月, 2011 1 次提交
  13. 09 2月, 2010 1 次提交
  14. 31 10月, 2009 1 次提交
    • J
      mac80211: fix radiotap header generation · 6a86b9c7
      Johannes Berg 提交于
      In
      
        commit 601ae7f2
        Author: Bruno Randolf <br1@einfach.org>
        Date:   Thu May 8 19:22:43 2008 +0200
      
            mac80211: make rx radiotap header more flexible
      
      code was added that tried to align the radiotap header
      position in memory based on the radiotap header length.
      Quite obviously, that is completely useless.
      
      Instead of trying to do that, use unaligned accesses
      to generate the radiotap header. To properly do that,
      we also need to mark struct ieee80211_radiotap_header
      packed, but that is fine since it's already packed
      (and it should be marked packed anyway since its a
      wire format).
      
      Cc: Bruno Randolf <br1@einfach.org>
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      6a86b9c7
  15. 28 3月, 2009 1 次提交
  16. 05 12月, 2008 1 次提交
  17. 26 7月, 2008 1 次提交
  18. 11 10月, 2007 2 次提交
  19. 28 4月, 2007 3 次提交
  20. 22 9月, 2005 1 次提交