ath9k|ath9k_htc: Seperate the software crypto flag for Tx and Rx
Use the sw_mgmt_crypto_tx flag to trigger the CCMP encryption for transmitted management frames to be done in software while the sw_mgmt_crypto_rx flag is used to trigger the CCMP decryption for received management frames to be done in software. Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

orang tua
7bf165218b
melakukan
e6510b1120
@@ -753,7 +753,8 @@ struct ath_hw {
|
||||
} eeprom;
|
||||
const struct eeprom_ops *eep_ops;
|
||||
|
||||
bool sw_mgmt_crypto;
|
||||
bool sw_mgmt_crypto_tx;
|
||||
bool sw_mgmt_crypto_rx;
|
||||
bool is_pciexpress;
|
||||
bool aspm_enabled;
|
||||
bool is_monitoring;
|
||||
|
Reference in New Issue
Block a user