projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec57f9f
)
libs/iwinfo: add dummy.mbsssid_support() stub
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Aug 2009 01:55:15 +0000
(
01:55
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Aug 2009 01:55:15 +0000
(
01:55
+0000)
libs/iwinfo/src/dummy.lua
patch
|
blob
|
history
diff --git
a/libs/iwinfo/src/dummy.lua
b/libs/iwinfo/src/dummy.lua
index 5199893579bc3d21b7bdfaab7f87a0e9e194d777..4e47f18348a5a084e83fa92d6a13df9e88e913e7 100644
(file)
--- a/
libs/iwinfo/src/dummy.lua
+++ b/
libs/iwinfo/src/dummy.lua
@@
-53,3
+53,7
@@
end
function dummy.assoclist()
return {}
end
+
+function dummy.mbssid_support()
+ return 1
+end