Hi Dave, Today's linux-next merge of the net tree got a conflict in include/net/mac80211.h between commit 8e3bad65a59915f2ddc40f62a180ad81695d8440 ("mac80211: remove ieee80211_notify_mac") from the wireless-current tree and commit ae5eb02641233a4e9d1b92d22090f1b1afa14466 ("mac80211: rewrite HT handling") from the net tree. I fixed it up (see below) but assume it will be fixed soon. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --cc include/net/mac80211.h index 73d81bc,5385600..0000000 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@@ -74,22 -74,14 +74,6 @@@ */ /** - * struct ieee80211_ht_bss_info - describing BSS's HT characteristics - * - * This structure describes most essential parameters needed - * to describe 802.11n HT characteristics in a BSS. - * - * @primary_channel: channel number of primery channel - * @bss_cap: 802.11n's general BSS capabilities (e.g. channel width) - * @bss_op_mode: 802.11n's BSS operation modes (e.g. HT protection) - */ - struct ieee80211_ht_bss_info { - u8 primary_channel; - u8 bss_cap; /* use IEEE80211_HT_IE_CHA_ */ - u8 bss_op_mode; /* use IEEE80211_HT_IE_ */ - }; - - /** - * enum ieee80211_notification_type - Low level driver notification - * @IEEE80211_NOTIFY_RE_ASSOC: start the re-association sequence - */ -enum ieee80211_notification_types { - IEEE80211_NOTIFY_RE_ASSOC, -}; - -/** * enum ieee80211_max_queues - maximum number of queues * * @IEEE80211_MAX_QUEUES: Maximum number of regular device queues. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html