[PATCH 2/4] hal: add support for config sta v1 command

Kalle Valo kvalo at qca.qualcomm.com
Tue May 21 12:45:05 EDT 2013


Eugene Krasnikov <k.eugene.e at gmail.com> writes:

> Let's have it like this for now, and in future we'll make it more
> smart by supporting more than 2 firmwares ;)

Ah, sorry. I wasn't clear enough with my idea.

So my idea was that we would have multiple versions of structures like
this (N being any number):

struct wcn36xx_hal_config_sta_req_msg_v1
struct wcn36xx_hal_config_sta_req_msg_v2
struct wcn36xx_hal_config_sta_req_msg_v3
struct wcn36xx_hal_config_sta_req_msg_vN

The latest version would be always (ie. without _vN prefix):

struct wcn36xx_hal_config_sta_req_msg

Then we choose which version of the structure we want to use based
on the firmware API version.

But this is also something we can discuss more later.

-- 
Kalle Valo



More information about the wcn36xx mailing list