Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352586
b: refs/heads/master
c: 94889b1
h: refs/heads/master
v: v3
  • Loading branch information
Hante Meuleman authored and John W. Linville committed Feb 8, 2013
1 parent b7bcfe5 commit 2fbd713
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 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: b1a2a41126fc582a3d5613aa2d3e632b2eb1a2c4
refs/heads/master: 94889b1fb51ff6c81be2926890f29d0cfe150e75
34 changes: 19 additions & 15 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ static void _brcmf_set_multicast_list(struct work_struct *work)
u32 buflen;
s32 err;

brcmf_dbg(TRACE, "enter\n");

ifp = container_of(work, struct brcmf_if, multicast_work);

brcmf_dbg(TRACE, "Enter, idx=%d\n", ifp->idx);

ndev = ifp->ndev;

/* Determine initial value of allmulti flag */
Expand Down Expand Up @@ -129,9 +130,10 @@ _brcmf_set_mac_address(struct work_struct *work)
struct brcmf_if *ifp;
s32 err;

brcmf_dbg(TRACE, "enter\n");

ifp = container_of(work, struct brcmf_if, setmacaddr_work);

brcmf_dbg(TRACE, "Enter, idx=%d\n", ifp->idx);

err = brcmf_fil_iovar_data_set(ifp, "cur_etheraddr", ifp->mac_addr,
ETH_ALEN);
if (err < 0) {
Expand Down Expand Up @@ -168,7 +170,7 @@ static netdev_tx_t brcmf_netdev_start_xmit(struct sk_buff *skb,
struct brcmf_pub *drvr = ifp->drvr;
struct ethhdr *eh;

brcmf_dbg(TRACE, "Enter\n");
brcmf_dbg(TRACE, "Enter, idx=%d\n", ifp->idx);

/* Can the device send data? */
if (drvr->bus_if->state != BRCMF_BUS_DATA) {
Expand Down Expand Up @@ -370,7 +372,7 @@ static struct net_device_stats *brcmf_netdev_get_stats(struct net_device *ndev)
{
struct brcmf_if *ifp = netdev_priv(ndev);

brcmf_dbg(TRACE, "Enter\n");
brcmf_dbg(TRACE, "Enter, idx=%d\n", ifp->idx);

return &ifp->stats;
}
Expand Down Expand Up @@ -422,7 +424,7 @@ static int brcmf_ethtool(struct brcmf_if *ifp, void __user *uaddr)
u32 toe_cmpnt, csum_dir;
int ret;

brcmf_dbg(TRACE, "Enter\n");
brcmf_dbg(TRACE, "Enter, idx=%d\n", ifp->idx);

/* all ethtool calls start with a cmd word */
if (copy_from_user(&cmd, uaddr, sizeof(u32)))
Expand Down Expand Up @@ -519,7 +521,7 @@ static int brcmf_netdev_ioctl_entry(struct net_device *ndev, struct ifreq *ifr,
struct brcmf_if *ifp = netdev_priv(ndev);
struct brcmf_pub *drvr = ifp->drvr;

brcmf_dbg(TRACE, "ifidx %d, cmd 0x%04x\n", ifp->idx, cmd);
brcmf_dbg(TRACE, "Enter, bssidx=%d, cmd=0x%04x\n", ifp->idx, cmd);

if (!drvr->iflist[ifp->idx])
return -1;
Expand All @@ -532,7 +534,9 @@ static int brcmf_netdev_ioctl_entry(struct net_device *ndev, struct ifreq *ifr,

static int brcmf_netdev_stop(struct net_device *ndev)
{
brcmf_dbg(TRACE, "Enter\n");
struct brcmf_if *ifp = netdev_priv(ndev);

brcmf_dbg(TRACE, "Enter, idx=%d\n", ifp->idx);

brcmf_cfg80211_down(ndev);

Expand All @@ -550,7 +554,7 @@ static int brcmf_netdev_open(struct net_device *ndev)
u32 toe_ol;
s32 ret = 0;

brcmf_dbg(TRACE, "ifidx %d\n", ifp->idx);
brcmf_dbg(TRACE, "Enter, idx=%d\n", ifp->idx);

/* If bus is not ready, can't continue */
if (bus_if->state != BRCMF_BUS_DATA) {
Expand Down Expand Up @@ -602,7 +606,8 @@ int brcmf_net_attach(struct brcmf_if *ifp)
struct brcmf_pub *drvr = ifp->drvr;
struct net_device *ndev;

brcmf_dbg(TRACE, "ifidx %d mac %pM\n", ifp->idx, ifp->mac_addr);
brcmf_dbg(TRACE, "Enter, idx=%d mac=%pM\n", ifp->idx,
ifp->mac_addr);
ndev = ifp->ndev;

/* set appropriate operations */
Expand Down Expand Up @@ -641,7 +646,7 @@ struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, int ifidx, s32 bssidx,
struct net_device *ndev;
int i;

brcmf_dbg(TRACE, "idx %d\n", ifidx);
brcmf_dbg(TRACE, "Enter, bssidx=%d, ifidx=%d\n", bssidx, ifidx);

ifp = drvr->iflist[ifidx];
/*
Expand Down Expand Up @@ -695,13 +700,12 @@ void brcmf_del_if(struct brcmf_pub *drvr, int ifidx)
{
struct brcmf_if *ifp;

brcmf_dbg(TRACE, "idx %d\n", ifidx);

ifp = drvr->iflist[ifidx];
if (!ifp) {
brcmf_err("Null interface\n");
brcmf_err("Null interface, idx=%d\n", ifidx);
return;
}
brcmf_dbg(TRACE, "Enter, idx=%d, bssidx=%d\n", ifidx, ifp->bssidx);
if (ifp->ndev) {
if (ifidx == 0) {
if (ifp->ndev->netdev_ops == &brcmf_netdev_ops_pri) {
Expand Down

0 comments on commit 2fbd713

Please sign in to comment.