All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] wil6210 patches
@ 2015-03-15 14:00 Vladimir Kondratiev
  2015-03-15 14:00 ` [PATCH 1/3] wil6210: NAPI completion refactor Vladimir Kondratiev
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Vladimir Kondratiev @ 2015-03-15 14:00 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Vladimir Kondratiev, linux-wireless, wil6210

- real broadcast, in DMG networks it is not that trivial...
- found approach to achieve 4*n+2 alignment of Rx frames
- small fixes here and there

Vladimir Kondratiev (7):
  wil6210: optimize index manipulation in wil_vring_reap_rx
  wil6210: fix check for FW responsiveness
  wil6210: Align Rx frames on 4*n+2 by having SNAP
  wil6210: Prefer ether_addr_copy() over memcpy()
  wil6210: add bcast structures to WMI
  wil6210: implement broadcast/multicast data
  wil6210: fall back to pseudo-DMS mcast for secure link and PBSS

 drivers/net/wireless/ath/wil6210/cfg80211.c |  18 ++-
 drivers/net/wireless/ath/wil6210/debugfs.c  |  18 ++-
 drivers/net/wireless/ath/wil6210/main.c     |  35 +++++
 drivers/net/wireless/ath/wil6210/pcie_bus.c |   2 -
 drivers/net/wireless/ath/wil6210/txrx.c     | 230 ++++++++++++++++++++++++----
 drivers/net/wireless/ath/wil6210/wil6210.h  |   7 +
 drivers/net/wireless/ath/wil6210/wmi.c      |  16 +-
 drivers/net/wireless/ath/wil6210/wmi.h      |  23 ++-
 8 files changed, 296 insertions(+), 53 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-03-20  6:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-15 14:00 [PATCH 0/7] wil6210 patches Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 1/3] wil6210: NAPI completion refactor Vladimir Kondratiev
2015-03-15 14:03   ` Vladimir Kondratiev
2015-03-16  6:20     ` Kalle Valo
2015-03-15 14:00 ` [PATCH 1/7] wil6210: optimize index manipulation in wil_vring_reap_rx Vladimir Kondratiev
2015-03-20  6:37   ` [1/7] " Kalle Valo
2015-03-15 14:00 ` [PATCH 2/7] wil6210: fix check for FW responsiveness Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 2/3] wil6210: re-submit Rx frames to the wireless media if appropriate Vladimir Kondratiev
2015-03-15 14:03   ` Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 3/7] wil6210: Align Rx frames on 4*n+2 by having SNAP Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 3/3] wil6210: support AP isolation Vladimir Kondratiev
2015-03-15 14:03   ` Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 4/7] wil6210: Prefer ether_addr_copy() over memcpy() Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 5/7] wil6210: add bcast structures to WMI Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 6/7] wil6210: implement broadcast/multicast data Vladimir Kondratiev
2015-03-15 14:00 ` [PATCH 7/7] wil6210: fall back to pseudo-DMS mcast for secure link and PBSS Vladimir Kondratiev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.