Skip to content
Snippets Groups Projects
  1. Jan 30, 2019
  2. Mar 05, 2018
  3. Mar 04, 2018
  4. Mar 03, 2018
  5. Jan 17, 2018
  6. Jan 12, 2018
  7. Aug 11, 2017
  8. Aug 10, 2017
  9. Aug 09, 2017
  10. Aug 03, 2017
  11. Aug 02, 2017
  12. Jul 31, 2017
    • Javier Cardona's avatar
      Fix tmux window indexing in diamond.sh · 9837f22d
      Javier Cardona authored
       * Fix bug in session naming
              - tmux new-window -t $session -n $ip
              + tmux new-window -t $session -n $win
      
       * Support the scenario where tmux indexes windows starting from one
         (set -g base-index 1)
      
       * Drop the use of -n to name tmux windows.  It is ok to assume
         sequential indexing, which simplifies the code a bit.
      9837f22d
  13. May 17, 2017
  14. May 16, 2017
  15. Apr 22, 2017
  16. Apr 19, 2017
    • Masashi Honma's avatar
      Fix rate sets to match to the mac80211_hwsim · f6d41f30
      Masashi Honma authored
      
      The rate sets of mac80211_hwsim is defined at
      drivers/net/wireless/mac80211_hwsim.c#hwsim_rates.
      The rate sets includes 12 rates.
      But wmediumd rateset defined at per.c includes 8 rates.
      To fix the mismatch, this patch fixes the wmediumd rateset.
      
      The additional rates are 11b rates, in spite of the wmediumd calculates
      SNR with OFDM rates. So we use parameter of closest OFDM rate.
      
      Signed-off-by: default avatarMasashi Honma <masashi.honma@gmail.com>
      f6d41f30
  17. Mar 15, 2017
  18. Mar 13, 2017
    • Bob Copeland's avatar
      drop built-in PER matrix · 112efc50
      Bob Copeland authored
      
      I had asked for this, but after experimenting a bit I found that
      the curves are not very well specified around the transitions which
      makes it hard to use this tool for testing rate controllers and
      the like.  Restore the analytical PER model.  If we find that the
      numbers are too far off from reality, we can consider tweaking the
      functions somewhat.
      
      Signed-off-by: default avatarBob Copeland <me@bobcopeland.com>
      112efc50
  19. Mar 07, 2017
  20. Mar 02, 2017
  21. Feb 27, 2017
  22. Feb 24, 2017
    • Masashi Honma's avatar
      libnl: Use family_id instead of struct genl_family · 873c2b4d
      Masashi Honma authored
      
      The message "Family MAC80211_HWSIM not registered" was displayed
      even though MAC80211_HWSIM module was enabled in the Linux kernel.
      
      I'm using Ubuntu 16.04. With default kernel(linux 4.4), the issue does
      not occur. I encountered the issue with linux 4.10. So this looks a bug
      in Linux kernel.
      
      This patch can avoid the issue by using family_id instead of struct
      genl_family. And this looks faster than calling function at each tx.
      
      Signed-off-by: default avatarMasashi Honma <masashi.honma@gmail.com>
      873c2b4d
  23. Feb 22, 2017
  24. Jan 09, 2017
  25. Dec 29, 2016
Loading