12 Jun, 2007
2 commits
-
mac80211 stops the tx queues during scans. This is wrong with respect
to the master deivce tx queue, since stopping it prevents any probes
from being sent during the scan. Instead, they accumulate in the queue
and are only sent after the scan is finished, which is obviously
wrong.Signed-off-by: Mattias Nissler
Signed-off-by: John W. Linville -
This patch fixes a typo in mac80211's debugfs.c.
Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville
29 May, 2007
4 commits
-
avoid sdata null pointer dereference in ieee80211_ibss_add_sta.
Signed-off-by: John W. Linville
-
ieee80211_open should always set the carrier status since we may have set
it to off before.Signed-off-by: Michael Wu
Signed-off-by: John W. Linville -
We forget to free all the fragments when defraging them into one packet.
Signed-off-by: Hong Liu
Signed-off-by: John W. Linville -
Some APs have strict checking between associate and reassociate. In
a case when an AP is restarted during a connection, it denies the
mac80211 reassoc request since this is a new association for the AP.
To fix this problem, we need to check the status code against
WLAN_STATUS_REASSOC_NO_ASSOC and clear ifsta->prev_bssid_set in
handling the association failure response.Signed-off-by: Zhu Yi
Signed-off-by: John W. Linville
11 May, 2007
1 commit
-
| CC net/mac80211/ieee80211_sta.o
| In file included from linux/net/mac80211/ieee80211_sta.c:31:
| include2/asm/delay.h: In function '__const_udelay':
| include2/asm/delay.h:33: error: 'loops_per_jiffy' undeclared (first use in this function)
| include2/asm/delay.h:33: error: (Each undeclared identifier is reported only once
| include2/asm/delay.h:33: error: for each function it appears in.)Signed-off-by: Geert Uytterhoeven
Signed-off-by: John W. Linville
Signed-off-by: David S. Miller
06 May, 2007
2 commits
-
Export various mac80211 internal variables through debugfs.
Signed-off-by: Jiri Benc
Signed-off-by: John W. Linville
Signed-off-by: David S. Miller -
Add mac80211, the IEEE 802.11 software MAC layer.
Signed-off-by: Jiri Benc
Signed-off-by: John W. Linville