Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
3ac38c3a
Commit
3ac38c3a
authored
Nov 11, 2008
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-next-2.6
parents
eb37b41c
9757d556
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/net/wireless/ath9k/main.c
drivers/net/wireless/ath9k/main.c
+3
-1
No files found.
drivers/net/wireless/ath9k/main.c
View file @
3ac38c3a
...
...
@@ -37,6 +37,8 @@ static struct pci_device_id ath_pci_id_table[] __devinitdata = {
{
0
}
};
static
void
ath_detach
(
struct
ath_softc
*
sc
);
static
int
ath_get_channel
(
struct
ath_softc
*
sc
,
struct
ieee80211_channel
*
chan
)
{
...
...
@@ -813,7 +815,7 @@ static int ath_start_rfkill_poll(struct ath_softc *sc)
pci_iounmap
(
sc
->
pdev
,
sc
->
mem
);
pci_release_region
(
sc
->
pdev
,
0
);
pci_disable_device
(
sc
->
pdev
);
ieee80211_free_hw
(
hw
);
ieee80211_free_hw
(
sc
->
hw
);
return
-
EIO
;
}
else
{
sc
->
sc_flags
|=
SC_OP_RFKILL_REGISTERED
;
...
...
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