Skip to content
  • Ivo van Doorn's avatar
    rt2x00: Implement HW encryption · 2bb057d0
    Ivo van Doorn authored
    
    
    Various rt2x00 devices support hardware encryption.
    
    Most of them require the IV/EIV to be generated by mac80211,
    but require it to be provided seperately instead of within
    the frame itself. This means that rt2x00lib should extract
    the data from the frame and place it in the frame descriptor.
    During RX the IV/EIV is provided in the descriptor by the
    hardware which means that it should be inserted into the
    frame by rt2x00lib.
    
    Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    2bb057d0