Skinny: use proper name for station capabilities message

This commit is contained in:
Mathieu Parent 2011-03-01 00:24:27 +01:00
parent 316548273d
commit 695402333b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ struct PACKED line_stat_req_message {
#define CAPABILITIES_RES_MESSAGE 0x0010
struct PACKED station_capabilities {
uint32_t codec;
uint16_t frames;
uint16_t max_frames_per_packet;
char reserved[10];
};