Re: [PATCH v3] ath10k: avoid leaving .bss_info_changed prematurely

2019-09-17 Thread Kalle Valo
Sven Eckelmann wrote: > ath10k_bss_info_changed() handles various events from the upper layers. It > parses the changed bitfield and then configures the driver/firmware > accordingly. Each detected event is handled in a separate scope which is > independent of each other - but in the same

Re: [PATCH v3] ath10k: avoid leaving .bss_info_changed prematurely

2019-09-17 Thread Kalle Valo
Sven Eckelmann wrote: > ath10k_bss_info_changed() handles various events from the upper layers. It > parses the changed bitfield and then configures the driver/firmware > accordingly. Each detected event is handled in a separate scope which is > independent of each other - but in the same

[PATCH v3] ath10k: avoid leaving .bss_info_changed prematurely

2019-07-03 Thread Sven Eckelmann
From: Sven Eckelmann ath10k_bss_info_changed() handles various events from the upper layers. It parses the changed bitfield and then configures the driver/firmware accordingly. Each detected event is handled in a separate scope which is independent of each other - but in the same function. The