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
nexedi
linux
Commits
cc0d7b91
Commit
cc0d7b91
authored
Jan 27, 2012
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
parents
9018e939
b49ba04a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c
drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c
+2
-2
net/mac80211/ibss.c
net/mac80211/ibss.c
+1
-0
net/mac80211/iface.c
net/mac80211/iface.c
+1
-0
No files found.
drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c
View file @
cc0d7b91
...
@@ -972,11 +972,11 @@ void iwl_irq_tasklet(struct iwl_trans *trans)
...
@@ -972,11 +972,11 @@ void iwl_irq_tasklet(struct iwl_trans *trans)
}
}
#endif
#endif
spin_unlock_irqrestore
(
&
trans
->
shrd
->
lock
,
flags
);
/* saved interrupt in inta variable now we can reset trans_pcie->inta */
/* saved interrupt in inta variable now we can reset trans_pcie->inta */
trans_pcie
->
inta
=
0
;
trans_pcie
->
inta
=
0
;
spin_unlock_irqrestore
(
&
trans
->
shrd
->
lock
,
flags
);
/* Now service all interrupt bits discovered above. */
/* Now service all interrupt bits discovered above. */
if
(
inta
&
CSR_INT_BIT_HW_ERR
)
{
if
(
inta
&
CSR_INT_BIT_HW_ERR
)
{
IWL_ERR
(
trans
,
"Hardware error detected. Restarting.
\n
"
);
IWL_ERR
(
trans
,
"Hardware error detected. Restarting.
\n
"
);
...
...
net/mac80211/ibss.c
View file @
cc0d7b91
...
@@ -106,6 +106,7 @@ static void __ieee80211_sta_join_ibss(struct ieee80211_sub_if_data *sdata,
...
@@ -106,6 +106,7 @@ static void __ieee80211_sta_join_ibss(struct ieee80211_sub_if_data *sdata,
sdata
->
drop_unencrypted
=
capability
&
WLAN_CAPABILITY_PRIVACY
?
1
:
0
;
sdata
->
drop_unencrypted
=
capability
&
WLAN_CAPABILITY_PRIVACY
?
1
:
0
;
local
->
oper_channel
=
chan
;
channel_type
=
ifibss
->
channel_type
;
channel_type
=
ifibss
->
channel_type
;
if
(
channel_type
>
NL80211_CHAN_HT20
&&
if
(
channel_type
>
NL80211_CHAN_HT20
&&
!
cfg80211_can_beacon_sec_chan
(
local
->
hw
.
wiphy
,
chan
,
channel_type
))
!
cfg80211_can_beacon_sec_chan
(
local
->
hw
.
wiphy
,
chan
,
channel_type
))
...
...
net/mac80211/iface.c
View file @
cc0d7b91
...
@@ -1314,6 +1314,7 @@ u32 __ieee80211_recalc_idle(struct ieee80211_local *local)
...
@@ -1314,6 +1314,7 @@ u32 __ieee80211_recalc_idle(struct ieee80211_local *local)
continue
;
continue
;
}
}
/* count everything else */
/* count everything else */
sdata
->
vif
.
bss_conf
.
idle
=
false
;
count
++
;
count
++
;
}
}
...
...
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