Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214611
b: refs/heads/master
c: 7a374d8
h: refs/heads/master
i:
  214609: c42e859
  214607: 9bf18d6
v: v3
  • Loading branch information
Stephen Hemminger authored and John W. Linville committed Sep 7, 2010
1 parent ab7c7b1 commit 0faf660
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b6f45c2c03c1d858233cb0c35471dcb6cb213cdf
refs/heads/master: 7a374d8eeb1140c08d215de7a181e595ca606196
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static struct pci_driver airo_driver = {
of statistics in the /proc filesystem */

#define IGNLABEL(comment) NULL
static char *statsLabels[] = {
static const char *statsLabels[] = {
"RxOverrun",
IGNLABEL("RxPlcpCrcErr"),
IGNLABEL("RxPlcpFormatErr"),
Expand Down Expand Up @@ -932,7 +932,7 @@ typedef struct aironet_ioctl {
unsigned char __user *data; // d-data
} aironet_ioctl;

static char swversion[] = "2.1";
static const char swversion[] = "2.1";
#endif /* CISCO_EXT */

#define NUM_MODULES 2
Expand Down Expand Up @@ -1374,7 +1374,7 @@ static int micsetup(struct airo_info *ai) {
return SUCCESS;
}

static char micsnap[] = {0xAA,0xAA,0x03,0x00,0x40,0x96,0x00,0x02};
static const u8 micsnap[] = {0xAA,0xAA,0x03,0x00,0x40,0x96,0x00,0x02};

/*===========================================================================
* Description: Mic a packet
Expand Down Expand Up @@ -5024,7 +5024,7 @@ static void proc_config_on_close(struct inode *inode, struct file *file)
airo_config_commit(dev, NULL, NULL, NULL);
}

static char *get_rmode(__le16 mode)
static const char *get_rmode(__le16 mode)
{
switch(mode & RXMODE_MASK) {
case RXMODE_RFMON: return "rfmon";
Expand Down

0 comments on commit 0faf660

Please sign in to comment.