提交 69540233 authored 作者: Mathieu Parent's avatar Mathieu Parent

Skinny: use proper name for station capabilities message

上级 31654827
...@@ -131,7 +131,7 @@ struct PACKED line_stat_req_message { ...@@ -131,7 +131,7 @@ struct PACKED line_stat_req_message {
#define CAPABILITIES_RES_MESSAGE 0x0010 #define CAPABILITIES_RES_MESSAGE 0x0010
struct PACKED station_capabilities { struct PACKED station_capabilities {
uint32_t codec; uint32_t codec;
uint16_t frames; uint16_t max_frames_per_packet;
char reserved[10]; char reserved[10];
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论