On 01/23/2014 06:55 AM, Johannes Berg wrote: > On Thu, 2014-01-23 at 06:52 -0800, Ben Greear wrote: > >> The ieee80211_tkip_decrypt_data method is explicitly checking if the key is uploaded to hardware. > > It is, but only for calling drv_update_tkip_key(), which you can make > the driver ignore. > >> I need it to think that it is not uploaded to hardware as far as that check >> is concerned, otherwise packets will not decrypt properly. > > I don't believe this is true. The stack was always designed so that if > you didn't decrypt the packet, you just don't set the flags indicating > it was decrypted and it'll be decrypted in software. Ok, I see now. I must have been having some other random issue when I made that change and saw (more) success. I disabled it from my now-working code and it continues to work. What's more, ath10k does not even implement that method, so it was not doing anything anyway. Thanks, Ben -- Ben Greear <greearb@xxxxxxxxxxxxxxx> Candela Technologies Inc http://www.candelatech.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html