Fix dereferencing NULL in debug messages
[madwifi/.git] / net80211 / ieee80211_node.c
2011-08-03 proskiFix dereferencing NULL in debug messages
2011-02-02 proskiAdd support for the latest kernels that don't define...
2009-07-11 benoitRewrote IBSS merge (part that updates the IBSS paramete...
2009-06-25 proskiFix missing space before "else"
2009-05-24 proskiFix compilation for mips64
2009-04-01 proskiRemove unused node counting code
2009-04-01 proskiMake ieee80211_free_node() static
2009-02-04 proskiDon't call dump_stack() for mere debugging, without...
2008-06-22 mentorConvert various _debug style char *func and int line...
2008-06-19 proskiKASSERT should add newline at the end to match FreeBSD...
2008-06-06 mentorMake pointer declarations and casting consistent. Some...
2008-05-22 benoitMerge madwifi-dfs r3676
2008-05-16 br1let ieee80211_recv_mgmt() return 0 if the frame is...
2008-05-16 br1enclose node_print_message() calls in #ifdef IEEE80211_...
2008-04-09 mtaylorSet subtype for re-association requests
2008-04-09 mtaylorFix address used for find node for RTS frames, which...
2008-01-30 mtaylorReduce the maximum message length for node
2008-01-29 mentorDe-FAIL previous revisions
2008-01-29 mentorChange reset_bss semantics so that the node reference...
2008-01-29 mtaylorDuring reset_bss we were incrementing the ref
2008-01-26 mtaylorMerge madwifi-dfs branch to trunk.
2008-01-25 mtaylorEliminate ether_sprintf in favor of new MAC_FMT and...
2008-01-16 mtaylorFix for a defect where WDS nodes were expired. Never...
2008-01-16 mtaylorLog an error when node allocation fails
2007-12-28 br1Added lots of debug to understand & test IBSS merges
2007-12-21 mentorLots and lots of formatting and trivial changes that...
2007-11-25 mtaylorRe-enable skb debug destructor, chaining to original...
2007-11-23 benoitFixed a double locking bug - Merge from madwifi-dfs...
2007-11-22 mentorFormatting changes. Mostly line lengths with some white...
2007-11-21 mtaylorThis patch augments the current reference counting...
2007-11-12 mentorRevert r2828 - problem appears to be fixed now
2007-11-11 mentorStop ieee80211_node_leave from trying to be responsible...
2007-11-08 mentor * Update comments on find_*node functions to specifica...
2007-11-05 mtaylorTemporary workaround to refcount bugs exposed by r2792
2007-10-27 mentorMove acquisition of node reference outside macro to...
2007-10-04 mrenzmannRestructuring the repository layout in response to...