Re: [PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-14 Thread Yeoh Chun-Yeow
On Fri, Nov 14, 2014 at 5:51 PM, Oleksij Rempel wrote: > Am 14.11.2014 um 10:18 schrieb Yeoh Chun-Yeow: >> Hi, Oleksij Rpel >> >> If we do it in ath9k_hw_init_mfp, these MAC version are related to USB >> devices: >> >> AR_SREV_VERSION_9271 >> AR_SREV_VERSION_9280 >> AR_SREV_VERSION_9287 >> >> Rig

Re: [PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-14 Thread Yeoh Chun-Yeow
Unfortunately, I don't have any docs for this. Any others? --- ChunYeow On Fri, Nov 14, 2014 at 5:57 PM, Oleksij Rempel wrote: > Am 14.11.2014 um 10:06 schrieb Yeoh Chun-Yeow: >> On Fri, Nov 14, 2014 at 4:54 PM, Oleksij Rempel >> wrote: >>> Am 14.11.2014 um 06:07 schrieb Chun-Yeow Yeoh: S

Re: [PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-14 Thread Oleksij Rempel
Am 14.11.2014 um 10:06 schrieb Yeoh Chun-Yeow: > On Fri, Nov 14, 2014 at 4:54 PM, Oleksij Rempel > wrote: >> Am 14.11.2014 um 06:07 schrieb Chun-Yeow Yeoh: >>> Secured mesh encrypts the unicast mgmt frame using the same >>> key that used for encrypting the unicast data frame. The patch >>> "ath9k

Re: [PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-14 Thread Oleksij Rempel
Am 14.11.2014 um 10:18 schrieb Yeoh Chun-Yeow: > Hi, Oleksij Rpel > > If we do it in ath9k_hw_init_mfp, these MAC version are related to USB > devices: > > AR_SREV_VERSION_9271 > AR_SREV_VERSION_9280 > AR_SREV_VERSION_9287 > > Right? yes. ar9271 with usb interface. ar9280 and ar9287 are pcie a

Re: [PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-14 Thread Yeoh Chun-Yeow
Hi, Oleksij Rpel If we do it in ath9k_hw_init_mfp, these MAC version are related to USB devices: AR_SREV_VERSION_9271 AR_SREV_VERSION_9280 AR_SREV_VERSION_9287 Right? ChunYeow On Fri, Nov 14, 2014 at 5:06 PM, Yeoh Chun-Yeow wrote: > On Fri, Nov 14, 2014 at 4:54 PM, Oleksij Rempel > wro

Re: [PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-14 Thread Yeoh Chun-Yeow
On Fri, Nov 14, 2014 at 4:54 PM, Oleksij Rempel wrote: > Am 14.11.2014 um 06:07 schrieb Chun-Yeow Yeoh: >> Secured mesh encrypts the unicast mgmt frame using the same >> key that used for encrypting the unicast data frame. The patch >> "ath9k_htc_firmware: fix the offset of CCMP header for mesh >>

Re: [PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-14 Thread Oleksij Rempel
Am 14.11.2014 um 06:07 schrieb Chun-Yeow Yeoh: > Secured mesh encrypts the unicast mgmt frame using the same > key that used for encrypting the unicast data frame. The patch > "ath9k_htc_firmware: fix the offset of CCMP header for mesh > data frame" applied to open-ath9k-htc-firmware allows the > a

[PATCH] ath9k_htc: turn on software mgmt crypto for secured mesh

2014-11-13 Thread Chun-Yeow Yeoh
Secured mesh encrypts the unicast mgmt frame using the same key that used for encrypting the unicast data frame. The patch "ath9k_htc_firmware: fix the offset of CCMP header for mesh data frame" applied to open-ath9k-htc-firmware allows the ath9k_htc to be loaded without "nohwcrypt=1". Unfortunatel