1. 19 10月, 2013 1 次提交
  2. 15 10月, 2013 3 次提交
  3. 27 9月, 2013 4 次提交
  4. 27 8月, 2013 1 次提交
  5. 17 8月, 2013 1 次提交
  6. 16 8月, 2013 3 次提交
  7. 10 8月, 2013 5 次提交
  8. 06 8月, 2013 3 次提交
  9. 02 8月, 2013 1 次提交
  10. 24 7月, 2013 1 次提交
  11. 25 6月, 2013 1 次提交
  12. 19 6月, 2013 2 次提交
  13. 15 6月, 2013 1 次提交
  14. 13 6月, 2013 3 次提交
  15. 23 5月, 2013 2 次提交
  16. 18 5月, 2013 1 次提交
  17. 24 4月, 2013 1 次提交
  18. 23 4月, 2013 1 次提交
  19. 11 4月, 2013 1 次提交
    • F
      ath9k: fix handling of broken descriptors · 723e7113
      Felix Fietkau 提交于
      As the comment in ath_get_next_rx_buf indicates, if a descriptor with
      the done bit set follows one with the done bit cleared, both descriptors
      should be discarded, however the driver is not doing that yet.
      
      To fix this, use the rs->rs_more flag as an indicator that the following
      frame should be discarded. This also helps with the split buffer case:
      if the first part of the frame is discarded, the following parts need to
      be discarded as well, since they contain no valid header or usable data.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      723e7113
  20. 12 2月, 2013 1 次提交
  21. 02 2月, 2013 2 次提交
  22. 31 1月, 2013 1 次提交
    • S
      ath9k: Update spectral scan output data · 4ab0b0aa
      Sven Eckelmann 提交于
      The sample data received through the spectral scan can be either in big or
      little endian byteorder. This information isn't stored in the output file.
      Therefore it is not possible for the analyzer software to find the correct byte
      order.
      
      It is relative common to get the data from a low end AP in big endian mode and
      transfer it to another computer in little endian mode to analyze it. Therefore,
      it would be better to store it in network (big endian) byte order.
      
      The extension of the 8 bit bins for each bin to 16 bit is not necessary. This
      operation can be done in userspace or on a different machine. Instead the
      max_exp defining the amount of shifting required for each bin is exported to
      userspace.
      
      The change of the output format requires a change of the type in the sample
      tlv to allow the userspace program to correctly detect the bin format.
      Reported-by: NZefir Kurtisi <zefir.kurtisi@neratec.com>
      Signed-off-by: NSven Eckelmann <sven@open-mesh.com>
      [siwu@hrz.tu-chemnitz.de: squashed patches, update commit message, rebase, fix endianess bug]
      Signed-off-by: NSimon Wunderlich <siwu@hrz.tu-chemnitz.de>
      Signed-off-by: NMathias Kretschmer <mathias.kretschmer@fokus.fraunhofer.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      4ab0b0aa