[MAC80211]: rework hardware crypto flags
This patch reworks the various hardware crypto related flags to make them more local, i.e. put them with each key or each packet instead of into the hw struct. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b708e61062
commit
7848ba7d7a
@@ -605,8 +605,7 @@ static int __devinit rtl8187_probe(struct usb_interface *intf,
|
||||
priv->modes[1].channels = priv->channels;
|
||||
priv->mode = IEEE80211_IF_TYPE_MGMT;
|
||||
dev->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
|
||||
IEEE80211_HW_RX_INCLUDES_FCS |
|
||||
IEEE80211_HW_WEP_INCLUDE_IV;
|
||||
IEEE80211_HW_RX_INCLUDES_FCS;
|
||||
dev->extra_tx_headroom = sizeof(struct rtl8187_tx_hdr);
|
||||
dev->queues = 1;
|
||||
dev->max_rssi = 65;
|
||||
|
Reference in New Issue
Block a user