1. 27 9月, 2013 3 次提交
  2. 26 9月, 2013 1 次提交
  3. 20 9月, 2013 4 次提交
  4. 17 9月, 2013 2 次提交
  5. 13 9月, 2013 1 次提交
  6. 12 9月, 2013 2 次提交
  7. 15 8月, 2013 1 次提交
  8. 14 8月, 2013 2 次提交
  9. 12 8月, 2013 1 次提交
  10. 02 8月, 2013 5 次提交
  11. 31 7月, 2013 2 次提交
  12. 30 7月, 2013 14 次提交
  13. 28 6月, 2013 2 次提交
    • J
      ath10k: minimally handle new channel width enumeration values · 0f817ed5
      John W. Linville 提交于
        CC      drivers/net/wireless/ath/ath10k/mac.o
      drivers/net/wireless/ath/ath10k/mac.c: In function ‘chan_to_phymode’:
      drivers/net/wireless/ath/ath10k/mac.c:229:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_5’ not handled in switch [-Wswitch]
      drivers/net/wireless/ath/ath10k/mac.c:229:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_10’ not handled in switch [-Wswitch]
      drivers/net/wireless/ath/ath10k/mac.c:247:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_5’ not handled in switch [-Wswitch]
      drivers/net/wireless/ath/ath10k/mac.c:247:3: warning: enumeration value ‘NL80211_CHAN_WIDTH_10’ not handled in switch [-Wswitch]
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0f817ed5
    • M
      ath10k: leave MMIC generation to the HW · d847e3e2
      Michal Kazior 提交于
      Apparently HW doesn't require us to generate MMIC
      for TKIP suite.
      
      Each frame was 8 bytes longer than it should be
      and some APs would drop frames that exceed 1520
      bytes of 802.11 payload. This could be observed
      during throughput tests or fragmented IP traffic.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d847e3e2