]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - net/mac80211/iface.c
mac80211: allow low-level drivers to set netdev feature bits
authorArik Nemtsov <arik@wizery.com>
Thu, 10 May 2012 13:18:26 +0000 (16:18 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jun 2012 19:21:46 +0000 (15:21 -0400)
commit72d7872852e1734e94686012a2e9deade3457329
treea03e04cbb654ddd44132b420e068a6e0a24d8f86
parentf8f5701bdaf9134b1f90e5044a82c66324d2073f
mac80211: allow low-level drivers to set netdev feature bits

Low level drivers can now set certain netdev feature bits in
netdev_features member of the ieee80211_hw struct. These will be
propagated to every netdev created from this HW.

The white-listed features currently include only ones related to HW
checksumming.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/iface.c
net/mac80211/main.c