Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/emulex/benet/be.h drivers/net/usb/qmi_wwan.c drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h include/net/netfilter/nf_conntrack_synproxy.h include/net/secure_seq.h The conflicts are of two varieties: 1) Conflicts with Joe Perches's 'extern' removal from header file function declarations. Usually it's an argument signature change or a function being added/removed. The resolutions are trivial. 2) Some overlapping changes in qmi_wwan.c and be.h, one commit adds a new value, another changes an existing value. That sort of thing. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -457,6 +457,8 @@ static int brcms_ops_start(struct ieee80211_hw *hw)
|
||||
if (err != 0)
|
||||
brcms_err(wl->wlc->hw->d11core, "%s: brcms_up() returned %d\n",
|
||||
__func__, err);
|
||||
|
||||
bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, true);
|
||||
return err;
|
||||
}
|
||||
|
||||
@@ -479,6 +481,8 @@ static void brcms_ops_stop(struct ieee80211_hw *hw)
|
||||
return;
|
||||
}
|
||||
|
||||
bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, false);
|
||||
|
||||
/* put driver in down state */
|
||||
spin_lock_bh(&wl->lock);
|
||||
brcms_down(wl);
|
||||
|
Reference in New Issue
Block a user