Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
66fc5dff
Commit
66fc5dff
authored
Nov 24, 2010
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
parents
9915672d
e476a5a4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
2 deletions
+5
-2
drivers/net/wireless/ath/ath9k/recv.c
drivers/net/wireless/ath/ath9k/recv.c
+1
-1
drivers/net/wireless/ath/carl9170/main.c
drivers/net/wireless/ath/carl9170/main.c
+1
-1
drivers/net/wireless/b43/sdio.c
drivers/net/wireless/b43/sdio.c
+1
-0
drivers/ssb/b43_pci_bridge.c
drivers/ssb/b43_pci_bridge.c
+1
-0
include/linux/pci_ids.h
include/linux/pci_ids.h
+1
-0
No files found.
drivers/net/wireless/ath/ath9k/recv.c
View file @
66fc5dff
...
...
@@ -518,7 +518,7 @@ bool ath_stoprecv(struct ath_softc *sc)
bool
stopped
;
spin_lock_bh
(
&
sc
->
rx
.
rxbuflock
);
ath9k_hw_
stop
pcurecv
(
ah
);
ath9k_hw_
abort
pcurecv
(
ah
);
ath9k_hw_setrxfilter
(
ah
,
0
);
stopped
=
ath9k_hw_stopdmarecv
(
ah
);
...
...
drivers/net/wireless/ath/carl9170/main.c
View file @
66fc5dff
...
...
@@ -647,7 +647,7 @@ static int carl9170_op_add_interface(struct ieee80211_hw *hw,
}
unlock:
if
(
err
&&
(
vif_id
!=
-
1
))
{
if
(
err
&&
(
vif_id
>=
0
))
{
vif_priv
->
active
=
false
;
bitmap_release_region
(
&
ar
->
vif_bitmap
,
vif_id
,
0
);
ar
->
vifs
--
;
...
...
drivers/net/wireless/b43/sdio.c
View file @
66fc5dff
...
...
@@ -163,6 +163,7 @@ static int b43_sdio_probe(struct sdio_func *func,
err_free_ssb:
kfree
(
sdio
);
err_disable_func:
sdio_claim_host
(
func
);
sdio_disable_func
(
func
);
err_release_host:
sdio_release_host
(
func
);
...
...
drivers/ssb/b43_pci_bridge.c
View file @
66fc5dff
...
...
@@ -24,6 +24,7 @@ static const struct pci_device_id b43_pci_bridge_tbl[] = {
{
PCI_DEVICE
(
PCI_VENDOR_ID_BROADCOM
,
0x4312
)
},
{
PCI_DEVICE
(
PCI_VENDOR_ID_BROADCOM
,
0x4315
)
},
{
PCI_DEVICE
(
PCI_VENDOR_ID_BROADCOM
,
0x4318
)
},
{
PCI_DEVICE
(
PCI_VENDOR_ID_BCM_GVC
,
0x4318
)
},
{
PCI_DEVICE
(
PCI_VENDOR_ID_BROADCOM
,
0x4319
)
},
{
PCI_DEVICE
(
PCI_VENDOR_ID_BROADCOM
,
0x4320
)
},
{
PCI_DEVICE
(
PCI_VENDOR_ID_BROADCOM
,
0x4321
)
},
...
...
include/linux/pci_ids.h
View file @
66fc5dff
...
...
@@ -2047,6 +2047,7 @@
#define PCI_DEVICE_ID_AFAVLAB_P030 0x2182
#define PCI_SUBDEVICE_ID_AFAVLAB_P061 0x2150
#define PCI_VENDOR_ID_BCM_GVC 0x14a4
#define PCI_VENDOR_ID_BROADCOM 0x14e4
#define PCI_DEVICE_ID_TIGON3_5752 0x1600
#define PCI_DEVICE_ID_TIGON3_5752M 0x1601
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment