diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-11 12:33:18 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-11 12:33:18 -0400 |
| commit | 4dd9ec4946b4651a295d3bc8df9c15ac692a8f4e (patch) | |
| tree | afb300c752de7175bb2df4722d5c857e070c75d9 /include | |
| parent | 86ed5a93b8b56e4e0877b914af0e10883a196384 (diff) | |
| parent | 6861ff35ec5b60fafaf8651754c9a75142bfa9a4 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (1075 commits)
myri10ge: update driver version number to 1.4.3-1.369
r8169: add shutdown handler
r8169: preliminary 8168d support
r8169: support additional 8168cp chipset
r8169: change default behavior for mildly identified 8168c chipsets
r8169: add a new 8168cp flavor
r8169: add a new 8168c flavor (bis)
r8169: add a new 8168c flavor
r8169: sync existing 8168 device hardware start sequences with vendor driver
r8169: 8168b Tx performance tweak
r8169: make room for more specific 8168 hardware start procedure
r8169: shuffle some registers handling around (8168 operation only)
r8169: new phy init parameters for the 8168b
r8169: update phy init parameters
r8169: wake up the PHY of the 8168
af_key: fix SADB_X_SPDDELETE response
ath9k: Fix return code when ath9k_hw_setpower() fails on reset
ath9k: remove nasty FAIL macro from ath9k_hw_reset()
gre: minor cleanups in netlink interface
gre: fix copy and paste error
...
Diffstat (limited to 'include')
83 files changed, 2573 insertions, 678 deletions
diff --git a/include/asm-um/dma-mapping.h b/include/asm-um/dma-mapping.h index f0ee4fb5591..90fc708b320 100644 --- a/include/asm-um/dma-mapping.h +++ b/include/asm-um/dma-mapping.h | |||
| @@ -118,4 +118,11 @@ dma_cache_sync(struct device *dev, void *vaddr, size_t size, | |||
| 118 | BUG(); | 118 | BUG(); |
| 119 | } | 119 | } |
| 120 | 120 | ||
| 121 | static inline int | ||
| 122 | dma_mapping_error(struct device *dev, dma_addr_t dma_handle) | ||
| 123 | { | ||
| 124 | BUG(); | ||
| 125 | return 0; | ||
| 126 | } | ||
| 127 | |||
| 121 | #endif | 128 | #endif |
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 31474e89c59..282a504bd1d 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
| @@ -126,6 +126,7 @@ header-y += pci_regs.h | |||
| 126 | header-y += pfkeyv2.h | 126 | header-y += pfkeyv2.h |
| 127 | header-y += pg.h | 127 | header-y += pg.h |
| 128 | header-y += phantom.h | 128 | header-y += phantom.h |
| 129 | header-y += phonet.h | ||
| 129 | header-y += pkt_cls.h | 130 | header-y += pkt_cls.h |
| 130 | header-y += pkt_sched.h | 131 | header-y += pkt_sched.h |
| 131 | header-y += posix_types.h | 132 | header-y += posix_types.h |
| @@ -233,6 +234,7 @@ unifdef-y += if_fddi.h | |||
| 233 | unifdef-y += if_frad.h | 234 | unifdef-y += if_frad.h |
| 234 | unifdef-y += if_ltalk.h | 235 | unifdef-y += if_ltalk.h |
| 235 | unifdef-y += if_link.h | 236 | unifdef-y += if_link.h |
| 237 | unifdef-y += if_phonet.h | ||
| 236 | unifdef-y += if_pppol2tp.h | 238 | unifdef-y += if_pppol2tp.h |
| 237 | unifdef-y += if_pppox.h | 239 | unifdef-y += if_pppox.h |
| 238 | unifdef-y += if_tr.h | 240 | unifdef-y += if_tr.h |
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 7f4df7c7659..14126bc3664 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
| @@ -471,6 +471,11 @@ struct ieee80211s_hdr { | |||
| 471 | u8 eaddr3[6]; | 471 | u8 eaddr3[6]; |
| 472 | } __attribute__ ((packed)); | 472 | } __attribute__ ((packed)); |
| 473 | 473 | ||
| 474 | /* Mesh flags */ | ||
| 475 | #define MESH_FLAGS_AE_A4 0x1 | ||
| 476 | #define MESH_FLAGS_AE_A5_A6 0x2 | ||
| 477 | #define MESH_FLAGS_PS_DEEP 0x4 | ||
| 478 | |||
| 474 | /** | 479 | /** |
| 475 | * struct ieee80211_quiet_ie | 480 | * struct ieee80211_quiet_ie |
| 476 | * | 481 | * |
| @@ -643,6 +648,9 @@ struct ieee80211_mgmt { | |||
| 643 | } u; | 648 | } u; |
| 644 | } __attribute__ ((packed)); | 649 | } __attribute__ ((packed)); |
| 645 | 650 | ||
| 651 | /* mgmt header + 1 byte category code */ | ||
| 652 | #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u) | ||
| 653 | |||
| 646 | 654 | ||
| 647 | /* Control frames */ | 655 | /* Control frames */ |
| 648 | struct ieee80211_rts { | 656 | struct ieee80211_rts { |
| @@ -708,12 +716,13 @@ struct ieee80211_ht_addt_info { | |||
| 708 | 716 | ||
| 709 | /* 802.11n HT capabilities masks */ | 717 | /* 802.11n HT capabilities masks */ |
| 710 | #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 | 718 | #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 |
| 711 | #define IEEE80211_HT_CAP_MIMO_PS 0x000C | 719 | #define IEEE80211_HT_CAP_SM_PS 0x000C |
| 712 | #define IEEE80211_HT_CAP_GRN_FLD 0x0010 | 720 | #define IEEE80211_HT_CAP_GRN_FLD 0x0010 |
