git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575f053
)
cfg80211: remove pointless channel lookup in survey code
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 21 Nov 2014 14:24:31 +0000
(15:24 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 25 Nov 2014 08:57:27 +0000
(09:57 +0100)
We have a channel pointer, and we use its center frequency
to look up a channel pointer - which will thus be exactly
the same as the original pointer.
Remove that pointless lookup and just use the pointer.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found