orinoco: refactor xmit path
... so orinoco_usb can share some common functionality. Handle 802.2 encapsulation and MIC calculation in that function. The 802.3 header is prepended to the SKB. The calculated MIC is written to a specified buffer. Also modify the transmit control word that will be passed onto the hardware to specify whether the MIC is present, and the key used. Signed-off-by:David Kilroy <kilroyd@googlemail.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
Showing
- drivers/net/wireless/orinoco/main.c 106 additions, 63 deletionsdrivers/net/wireless/orinoco/main.c
- drivers/net/wireless/orinoco/orinoco.h 6 additions, 0 deletionsdrivers/net/wireless/orinoco/orinoco.h
- drivers/net/wireless/orinoco/orinoco_usb.c 43 additions, 48 deletionsdrivers/net/wireless/orinoco/orinoco_usb.c
Loading
Please register or sign in to comment