diff options
| author | 2011-06-28 13:53:32 -0400 | |
|---|---|---|
| committer | 2011-06-28 13:56:21 -0400 | |
| commit | 3be3fdb58ad22f67c5fd12548c88cefe3f726588 (patch) | |
| tree | 0c5c4e509c37098671df55a20b7e9aadb3d74db8 /include | |
| parent | mac80211: dynamic PS - don't enter PS when TX frames are pending (diff) | |
| parent | iwlagn: use PCI_DMA_* for pci_* operations (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Conflicts:
drivers/net/wireless/iwlwifi/iwl-tx.c
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 6cb2543a2ee1..7202bce7bfeb 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -2697,7 +2697,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 * |
