From: Rajkumar Manoharan Date: Fri, 20 May 2011 12:22:11 +0000 (+0530) Subject: ath9k: Remove ATH9K_BEACON_PERIOD mask X-Git-Tag: v3.1-rc1~316^2~450^2~57^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29f5c0882bdd58c42b8176ee0b578f92589fda2;p=pandora-kernel.git ath9k: Remove ATH9K_BEACON_PERIOD mask Earlier beacon_interval is used to hold interval value and some flags (ATH9K_BEACON_ENA &ATH9K_BEACON_PERIOD). So to extract interval ATH9K_BEACON_PERIOD is used. Those flags were completely removed. So masking beacon_interval is not required. Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed