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
8e3c1b77
Commit
8e3c1b77
authored
Dec 10, 2012
by
Johannes Berg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mac80211: a few whitespace fixes
Signed-off-by:
Johannes Berg
<
johannes.berg@intel.com
>
parent
e7d83ed8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
net/mac80211/mlme.c
net/mac80211/mlme.c
+2
-2
net/mac80211/scan.c
net/mac80211/scan.c
+1
-1
No files found.
net/mac80211/mlme.c
View file @
8e3c1b77
...
@@ -2360,9 +2360,9 @@ ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata,
...
@@ -2360,9 +2360,9 @@ ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata,
return
RX_MGMT_CFG80211_RX_ASSOC
;
return
RX_MGMT_CFG80211_RX_ASSOC
;
}
}
static
void
ieee80211_rx_bss_info
(
struct
ieee80211_sub_if_data
*
sdata
,
static
void
ieee80211_rx_bss_info
(
struct
ieee80211_sub_if_data
*
sdata
,
struct
ieee80211_mgmt
*
mgmt
,
struct
ieee80211_mgmt
*
mgmt
,
size_t
len
,
size_t
len
,
struct
ieee80211_rx_status
*
rx_status
,
struct
ieee80211_rx_status
*
rx_status
,
struct
ieee802_11_elems
*
elems
,
struct
ieee802_11_elems
*
elems
,
bool
beacon
)
bool
beacon
)
...
...
net/mac80211/scan.c
View file @
8e3c1b77
...
@@ -118,7 +118,7 @@ ieee80211_bss_info_update(struct ieee80211_local *local,
...
@@ -118,7 +118,7 @@ ieee80211_bss_info_update(struct ieee80211_local *local,
struct
ieee80211_tim_ie
*
tim_ie
=
elems
->
tim
;
struct
ieee80211_tim_ie
*
tim_ie
=
elems
->
tim
;
bss
->
dtim_period
=
tim_ie
->
dtim_period
;
bss
->
dtim_period
=
tim_ie
->
dtim_period
;
if
(
!
elems
->
parse_error
)
if
(
!
elems
->
parse_error
)
bss
->
valid_data
|=
IEEE80211_BSS_VALID_DTIM
;
bss
->
valid_data
|=
IEEE80211_BSS_VALID_DTIM
;
}
}
/* If the beacon had no TIM IE, or it was invalid, use 1 */
/* If the beacon had no TIM IE, or it was invalid, use 1 */
...
...
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