Re: [PATCH 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback

2024-10-18 Thread Remi Pommarel
On Fri, Oct 18, 2024 at 12:57:48PM +0530, Vasanthakumar Thiagarajan wrote: > > > On 10/12/2024 7:43 PM, Remi Pommarel wrote: > > When a STA reassociates, mac80211's _sta_info_move_state() waits for all > > pending frame to be flushed before removing the key (so that no frame > > get sent unencryp

Re: [PATCH 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback

2024-10-18 Thread Vasanthakumar Thiagarajan
On 10/12/2024 7:43 PM, Remi Pommarel wrote: When a STA reassociates, mac80211's _sta_info_move_state() waits for all pending frame to be flushed before removing the key (so that no frame get sent unencrypted after key removable [0]). When a driver does not implement the flush_sta callback, iee

Re: [PATCH 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback

2024-10-18 Thread Remi Pommarel
On Thu, Oct 17, 2024 at 02:19:51PM -0700, Jeff Johnson wrote: > On 10/12/2024 7:13 AM, Remi Pommarel wrote: > > When a STA reassociates, mac80211's _sta_info_move_state() waits for all > > pending frame to be flushed before removing the key (so that no frame > > get sent unencrypted after key remov

Re: [PATCH 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback

2024-10-17 Thread Jeff Johnson
On 10/12/2024 7:13 AM, Remi Pommarel wrote: > When a STA reassociates, mac80211's _sta_info_move_state() waits for all > pending frame to be flushed before removing the key (so that no frame > get sent unencrypted after key removable [0]). When a driver does not > implement the flush_sta callback,

[PATCH 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback

2024-10-12 Thread Remi Pommarel
When a STA reassociates, mac80211's _sta_info_move_state() waits for all pending frame to be flushed before removing the key (so that no frame get sent unencrypted after key removable [0]). When a driver does not implement the flush_sta callback, ieee80211_flush_queues() is called instead which eff