Merge ~teknoraver/snappy-hwe-snaps/+git/wifi-ap:master into ~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap:master

Proposed by Matteo Croce
Status: Merged
Approved by: Matteo Croce
Approved revision: 581eff37274991e138b6f08a97f9ad65c1355e7d
Merged at revision: 20ca8a1722eaf298796212d811c2cd02c40a676b
Proposed branch: ~teknoraver/snappy-hwe-snaps/+git/wifi-ap:master
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap:master
Diff against target: 19 lines (+5/-0)
1 file modified
bin/ap.sh (+5/-0)
Reviewer Review Type Date Requested Status
System Enablement Bot continuous-integration Approve
Simon Fels Approve
Review via email: mp+313256@code.launchpad.net

Description of the change

Powersave for stations

To post a comment you must log in.
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Simon Fels (morphis) wrote :

Would be great of a more explanatory comment in the commit message and also for the relevant lines in the configuration file so that we know what has changed and why.

review: Needs Fixing
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Simon Fels (morphis) :
review: Needs Fixing
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/bin/ap.sh b/bin/ap.sh
index 4fd35e8..27e3595 100755
--- a/bin/ap.sh
+++ b/bin/ap.sh
@@ -176,9 +176,14 @@ ssid=$WIFI_SSID
176auth_algs=1176auth_algs=1
177utf8_ssid=1177utf8_ssid=1
178hw_mode=$WIFI_OPERATION_MODE178hw_mode=$WIFI_OPERATION_MODE
179# DTIM 3 is a good tradeoff between powersave and latency
180dtim_period=3
181
179182
180# The wmm_* options are needed to enable AMPDU183# The wmm_* options are needed to enable AMPDU
181# and get decent 802.11n throughput184# and get decent 802.11n throughput
185# UAPSD is for stations powersave
186uapsd_advertisement_enabled=1
182wmm_enabled=1187wmm_enabled=1
183wmm_ac_bk_cwmin=4188wmm_ac_bk_cwmin=4
184wmm_ac_bk_cwmax=10189wmm_ac_bk_cwmax=10

Subscribers

People subscribed via source and target branches

to all changes: