mirror of
https://github.com/torvalds/linux.git
synced 2026-07-06 21:32:20 +02:00
Two sections checked whether the current channel != the new channel without ever setting the current channel variables. 1. net/mac802154/tx.c: Prevent set_channel() from getting called every time a packet is sent. 2. net/mac802154/mib.c: Lock (pib_lock) accesses to current_channel and current_page and make sure they are updated when the channel has been changed. Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| ieee802154_dev.c | ||
| Kconfig | ||
| mac_cmd.c | ||
| mac802154.h | ||
| Makefile | ||
| mib.c | ||
| monitor.c | ||
| rx.c | ||
| tx.c | ||
| wpan.c | ||