mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
'Context:' is used to denote the kernel context that the process is running in (i.e., hard IRQ, soft IRQ, process, preemption disabled, etc.)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3276 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
c4952a9d3d
commit
4a60ebccec
@ -4503,11 +4503,8 @@ ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Allocate and setup an initial beacon frame.
|
||||
*
|
||||
* Context: SWBA interrupt
|
||||
*/
|
||||
/* Allocate and setup an initial beacon frame.
|
||||
* Context: hwIRQ */
|
||||
static int
|
||||
ath_beacon_alloc_internal(struct ath_softc *sc, struct ieee80211_node *ni)
|
||||
{
|
||||
|
@ -2355,10 +2355,7 @@ struct count_nodes_arg {
|
||||
struct ieee80211_node *new;
|
||||
};
|
||||
|
||||
/*
|
||||
* Count nodes which don't support at least one of arg->subset
|
||||
* Context: channel_combination()
|
||||
*/
|
||||
/* Count nodes which don't support at least one of arg->subset. */
|
||||
static void
|
||||
count_nodes(void *_arg, struct ieee80211_node *ni)
|
||||
{
|
||||
@ -2401,8 +2398,7 @@ ints_sprintf(const int k, const int set[])
|
||||
#endif
|
||||
|
||||
/* Action done for each combination of channels that are not supported by
|
||||
* currently joining station.
|
||||
* Context: combinations() */
|
||||
* currently joining station. */
|
||||
static void
|
||||
channel_combination(const int k, const int subset[], void *_arg)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user