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
b508998f
Commit
b508998f
authored
Jul 19, 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
d9a9dc66
9acd56d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
drivers/net/wireless/hostap/hostap_pci.c
drivers/net/wireless/hostap/hostap_pci.c
+1
-0
drivers/net/wireless/rt2x00/rt2x00dev.c
drivers/net/wireless/rt2x00/rt2x00dev.c
+5
-5
No files found.
drivers/net/wireless/hostap/hostap_pci.c
View file @
b508998f
...
@@ -330,6 +330,7 @@ static int prism2_pci_probe(struct pci_dev *pdev,
...
@@ -330,6 +330,7 @@ static int prism2_pci_probe(struct pci_dev *pdev,
dev
->
irq
=
pdev
->
irq
;
dev
->
irq
=
pdev
->
irq
;
hw_priv
->
mem_start
=
mem
;
hw_priv
->
mem_start
=
mem
;
dev
->
base_addr
=
(
unsigned
long
)
mem
;
prism2_pci_cor_sreset
(
local
);
prism2_pci_cor_sreset
(
local
);
...
...
drivers/net/wireless/rt2x00/rt2x00dev.c
View file @
b508998f
...
@@ -853,6 +853,11 @@ int rt2x00lib_probe_dev(struct rt2x00_dev *rt2x00dev)
...
@@ -853,6 +853,11 @@ int rt2x00lib_probe_dev(struct rt2x00_dev *rt2x00dev)
BIT
(
NL80211_IFTYPE_MESH_POINT
)
|
BIT
(
NL80211_IFTYPE_MESH_POINT
)
|
BIT
(
NL80211_IFTYPE_WDS
);
BIT
(
NL80211_IFTYPE_WDS
);
/*
* Initialize configuration work.
*/
INIT_WORK
(
&
rt2x00dev
->
intf_work
,
rt2x00lib_intf_scheduled
);
/*
/*
* Let the driver probe the device to detect the capabilities.
* Let the driver probe the device to detect the capabilities.
*/
*/
...
@@ -862,11 +867,6 @@ int rt2x00lib_probe_dev(struct rt2x00_dev *rt2x00dev)
...
@@ -862,11 +867,6 @@ int rt2x00lib_probe_dev(struct rt2x00_dev *rt2x00dev)
goto
exit
;
goto
exit
;
}
}
/*
* Initialize configuration work.
*/
INIT_WORK
(
&
rt2x00dev
->
intf_work
,
rt2x00lib_intf_scheduled
);
/*
/*
* Allocate queue array.
* Allocate queue array.
*/
*/
...
...
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