Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352324
b: refs/heads/master
c: afda8bb
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Kondratiev authored and John W. Linville committed Jan 30, 2013
1 parent feeeb9d commit f8eb35f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 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: 7743882d6f59b675809b59b5ac570677c94c426f
refs/heads/master: afda8bb50b950b5ee598e3dd0388b06ad1226eed
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ath/wil6210/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ static int wil_cfg80211_scan(struct wiphy *wiphy,
break;
default:
return -EOPNOTSUPP;

}

/* FW don't support scan after connection attempt */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ath/wil6210/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

static inline void wil_icr_clear(u32 x, void __iomem *addr)
{

}
#else /* defined(CONFIG_WIL6210_ISR_COR) */
/* configure to Write-1-to-Clear mode */
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/wil6210/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static void _wil6210_disconnect(struct wil6210_priv *wil, void *bssid)
GFP_KERNEL);
break;
default:
;
break;
}

for (i = 0; i < ARRAY_SIZE(wil->vring_tx); i++)
Expand Down Expand Up @@ -357,7 +357,7 @@ static int __wil_up(struct wil6210_priv *wil)
wmi_set_channel(wil, channel->hw_value);
break;
default:
;
break;
}

/* MAC address - pre-requisite for other commands */
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/wil6210/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ static const struct net_device_ops wil_netdev_ops = {
.ndo_open = wil_open,
.ndo_stop = wil_stop,
.ndo_start_xmit = wil_start_xmit,
.ndo_set_mac_address = eth_mac_addr,
.ndo_validate_addr = eth_validate_addr,
.ndo_set_mac_address = eth_mac_addr,
.ndo_validate_addr = eth_validate_addr,
};

void *wil_if_alloc(struct device *dev, void __iomem *csr)
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/wil6210/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,7 @@ netdev_tx_t wil_start_xmit(struct sk_buff *skb, struct net_device *ndev)
case -ENOMEM:
return NETDEV_TX_BUSY;
default:
; /* goto drop; */
break;
break; /* goto drop; */
}
drop:
netif_tx_stop_all_queues(ndev);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ath/wil6210/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ static int __wmi_send(struct wil6210_priv *wil, u16 cmdid, void *buf, u16 len)
wil_err(wil, "WMI size too large: %d bytes, max is %d\n",
(int)(sizeof(cmd) + len), r->entry_size);
return -ERANGE;

}

might_sleep();
Expand Down

0 comments on commit f8eb35f

Please sign in to comment.