From: Felix Fietkau Date: Fri, 15 Jan 2010 02:00:48 +0000 (+0100) Subject: mac80211: force use_short_slot=true for 5GHz X-Git-Tag: v2.6.34-rc1~233^2~556^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d3534344bbdcfa9c61a6b38490cd4cbb2f6bb6;p=pandora-kernel.git mac80211: force use_short_slot=true for 5GHz Normally 5GHz does not have a concept of long vs short slot time, however the slot time that it ends up using is the same as for 2.4 GHZ and use_short_slot == true Because of that, it makes more sense to force use_short_slot = true whenever 5 GHz is being used, so that this particular check does not have to be in every single driver that uses this flag. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed