From: Rajkumar Manoharan Date: Sun, 25 Sep 2011 09:23:30 +0000 (+0530) Subject: nl80211/cfg80211: Add support to disable CCK rate for management frame X-Git-Tag: v3.2-rc1~129^2~183^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f935e3e8dc0bddd0df6d148165d95925422502;p=pandora-kernel.git nl80211/cfg80211: Add support to disable CCK rate for management frame Add a new nl80211 attribute to specify whether to send the management frames in CCK rate or not. As of now the wpa_supplicant is disabling CCK rate at P2P init itself. So this patch helps to send P2P probe request/probe response/action frames being sent at non CCK rate in 2GHz without disabling 11b rates. This attribute is used with NL80211_CMD_TRIGGER_SCAN and NL80211_CMD_FRAME commands to disable CCK rate for management frame transmission. Cc: Jouni Malinen Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed