diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-06-30 11:26:04 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-30 11:26:04 -0400 |
commit | 690b0cacb6dbbbcb06b76139ab65e1bf3f63e7f1 (patch) | |
tree | 9199b20addcd9167a210957ac477a284c6f9a73d /include | |
parent | 16adf5d07987d93675945f3cecf0e33706566005 (diff) | |
parent | a0b8de350be458b33248e48b2174d9af8a4c4798 (diff) | |
download | linux-3.10-690b0cacb6dbbbcb06b76139ab65e1bf3f63e7f1.tar.gz linux-3.10-690b0cacb6dbbbcb06b76139ab65e1bf3f63e7f1.tar.bz2 linux-3.10-690b0cacb6dbbbcb06b76139ab65e1bf3f63e7f1.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 0589f554788..396e8fc8910 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -2688,7 +2688,7 @@ void cfg80211_send_unprot_disassoc(struct net_device *dev, const u8 *buf, * @dev: network device * @addr: The source MAC address of the frame * @key_type: The key type that the received frame used - * @key_id: Key identifier (0..3) + * @key_id: Key identifier (0..3). Can be -1 if missing. * @tsc: The TSC value of the frame that generated the MIC failure (6 octets) * @gfp: allocation flags * |