Boot loader starts kind of new era in the driver/firmware
interaction. No more ability to boot operational firmware
from on card flash, the only way is to download from the
host.

Removed is support for the old hardware. It is not supported
any more by the new firmware. Removing it allow to compact
code a bit.

Also, after old hardware support is out, it is possible to benefit
from fixes in the new hardware. See
"enable fix for HW bug in 802.11->803.3 transform"

Boris fixed division by 0 observed on some platforms

Other are small improvements

Boris Sorochkin (1):
  wil6210: Fix division by zero in wil_vring_debugfs_show

Vladimir Kondratiev (7):
  wil6210: boot loader
  wil6210: remove support for old hardware
  wil6210: enable fix for HW bug in 802.11->803.3 transform
  wil6210: branch prediction hints
  wil6210: rename 'secure_pcp' to 'privacy'
  wil6210: track privacy connection attribute
  wil6210: Align Rx buffers on 4*n+2

Vladimir Shulman (1):
  wil6210: Change of threshold for tx vring idleness measurement

 drivers/net/wireless/ath/wil6210/cfg80211.c  |  32 +++---
 drivers/net/wireless/ath/wil6210/debugfs.c   |  26 +++--
 drivers/net/wireless/ath/wil6210/ethtool.c   |  34 +++---
 drivers/net/wireless/ath/wil6210/fw.c        |   3 +-
 drivers/net/wireless/ath/wil6210/fw_inc.c    |   4 +-
 drivers/net/wireless/ath/wil6210/interrupt.c |  70 ++++-------
 drivers/net/wireless/ath/wil6210/main.c      | 166 +++++++++++++++------------
 drivers/net/wireless/ath/wil6210/pcie_bus.c  |  22 +---
 drivers/net/wireless/ath/wil6210/txrx.c      | 128 ++++++++++-----------
 drivers/net/wireless/ath/wil6210/wil6210.h   |  34 ++++--
 drivers/net/wireless/ath/wil6210/wmi.c       |   9 +-
 11 files changed, 252 insertions(+), 276 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to