Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236378
b: refs/heads/master
c: 0626544
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Mar 11, 2011
1 parent c81d8de commit fd463fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 854019a3c6a0435b468e4a3f5e545a770d5cdf6f
refs/heads/master: 06265442028254cce5a6f19dfa0bab11c88f06fe
7 changes: 3 additions & 4 deletions trunk/drivers/staging/ath6kl/os/linux/include/athdrv_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ typedef enum {
* arguments:
* UINT32 cmd (AR6000_XIOCTL_USER_SETKEYS)
* UINT32 keyOpCtrl
* uses AR6000_USER_SETKEYS_INFO
* uses struct ar6000_user_setkeys_info
*/
#define AR6000_XIOCTL_USER_SETKEYS 58
#endif /* USER_KEYS */
Expand Down Expand Up @@ -1098,10 +1098,9 @@ typedef struct targetStats_cmd_t {
#define AR6000_XIOCTL_USER_SETKEYS_RSC_CTRL 1
#define AR6000_USER_SETKEYS_RSC_UNCHANGED 0x00000002

typedef struct {
struct ar6000_user_setkeys_info {
u32 keyOpCtrl; /* Bit Map of Key Mgmt Ctrl Flags */
} AR6000_USER_SETKEYS_INFO;

}; /* XXX: unused !? */

/* used by AR6000_XIOCTL_GPIO_OUTPUT_SET */
struct ar6000_gpio_output_set_cmd_s {
Expand Down

0 comments on commit fd463fe

Please sign in to comment.