mac80211: initialize power mode for mesh STAs
authorThomas Pedersen <thomas@cozybit.com>
Fri, 21 Jun 2013 06:50:59 +0000 (23:50 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 24 Jun 2013 13:59:20 +0000 (15:59 +0200)
commit6c7c4cbfd5f59c04a40af67ad72d14e19215ef36
treed3877b220f167e2f25c6863c4bfb12dcccb9287f
parentac49e1a8969eeb819c4fc2eced9ee9ef9f35a4a9
mac80211: initialize power mode for mesh STAs

Previously the default mesh STA nonpeer power mode was
UNKNOWN (0) make the default mesh STA power mode ACTIVE,
to prevent unnecessary  frame buffering while peering is
not yet complete. Fixes a panic in ath9k_htc when adding
stations from userspace, and mcast buffered frames are
later released.

Thanks to Bob Copeland for his help debugging this.

Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c
This page took 0.036787 seconds and 5 git commands to generate.