diff options
Diffstat (limited to 'include/net/iw_handler.h')
-rw-r--r-- | include/net/iw_handler.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h index d5d337170a56..b2b98f3fa265 100644 --- a/include/net/iw_handler.h +++ b/include/net/iw_handler.h | |||
@@ -300,8 +300,7 @@ | |||
300 | * This struct is also my long term insurance. I can add new fields here | 300 | * This struct is also my long term insurance. I can add new fields here |
301 | * without breaking the prototype of iw_handler... | 301 | * without breaking the prototype of iw_handler... |
302 | */ | 302 | */ |
303 | struct iw_request_info | 303 | struct iw_request_info { |
304 | { | ||
305 | __u16 cmd; /* Wireless Extension command */ | 304 | __u16 cmd; /* Wireless Extension command */ |
306 | __u16 flags; /* More to come ;-) */ | 305 | __u16 flags; /* More to come ;-) */ |
307 | }; | 306 | }; |
@@ -321,8 +320,7 @@ typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info, | |||
321 | * shared by all driver instances... Same for the members... | 320 | * shared by all driver instances... Same for the members... |
322 | * This will be linked from net_device in <linux/netdevice.h> | 321 | * This will be linked from net_device in <linux/netdevice.h> |
323 | */ | 322 | */ |
324 | struct iw_handler_def | 323 | struct iw_handler_def { |
325 | { | ||
326 | 324 | ||
327 | /* Array of handlers for standard ioctls | 325 | /* Array of handlers for standard ioctls |
328 | * We will call dev->wireless_handlers->standard[ioctl - SIOCSIWCOMMIT] | 326 | * We will call dev->wireless_handlers->standard[ioctl - SIOCSIWCOMMIT] |
@@ -372,8 +370,7 @@ struct iw_handler_def | |||
372 | /* | 370 | /* |
373 | * Describe how a standard IOCTL looks like. | 371 | * Describe how a standard IOCTL looks like. |
374 | */ | 372 | */ |
375 | struct iw_ioctl_description | 373 | struct iw_ioctl_description { |
376 | { | ||
377 | __u8 header_type; /* NULL, iw_point or other */ | 374 | __u8 header_type; /* NULL, iw_point or other */ |
378 | __u8 token_type; /* Future */ | 375 | __u8 token_type; /* Future */ |
379 | __u16 token_size; /* Granularity of payload */ | 376 | __u16 token_size; /* Granularity of payload */ |
@@ -395,8 +392,7 @@ struct iw_ioctl_description | |||
395 | /* | 392 | /* |
396 | * Instance specific spy data, i.e. addresses spied and quality for them. | 393 | * Instance specific spy data, i.e. addresses spied and quality for them. |
397 | */ | 394 | */ |
398 | struct iw_spy_data | 395 | struct iw_spy_data { |
399 | { | ||
400 | /* --- Standard spy support --- */ | 396 | /* --- Standard spy support --- */ |
401 | int spy_number; | 397 | int spy_number; |
402 | u_char spy_address[IW_MAX_SPY][ETH_ALEN]; | 398 | u_char spy_address[IW_MAX_SPY][ETH_ALEN]; |