From: Daniel C Halperin Date: Thu, 13 Aug 2009 20:30:58 +0000 (-0700) Subject: iwlwifi: check short GI support per-station rather than globally X-Git-Tag: v2.6.32-rc1~703^2~335^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e6f48953f44f7eb615383efe6e7f17624a11bb;p=pandora-kernel.git iwlwifi: check short GI support per-station rather than globally Short guard interval support is a local per-station parameter not a global per-NIC parameter. (mac80211 will correctly remove SGI support from station capabilities if the BSS does not permit it). This patch removes the short GI support bitfield from the global iwl_ht_info struct and properly uses per-station HT capabilities during rate selection. Signed-off-by: Daniel C Halperin Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed