index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-10
ar9170: fix read & write outside array bounds
Dan Carpenter
2009-08-10
ar9170usb: fix spurious firmware related message
Christian Lamparter
2009-08-04
ath9k: fix compile warning on ath9k_hw_AR9287_check_eeprom()
Luis R. Rodriguez
2009-08-04
ath9k: cancel xmit poll work at stop() callback
Luis R. Rodriguez
2009-08-04
ath9k: add initial hardware support for ar9271
Luis R. Rodriguez
2009-08-04
ath9k: add initvals and registry definitions for AR9271
Luis R. Rodriguez
2009-08-04
ath9k: add ar9271 revision and subrevision ID helpers
Luis R. Rodriguez
2009-08-04
ath9k: Remove _t postfix for ar9287_eeprom structure
Luis R. Rodriguez
2009-08-04
ath9k: remove spurious check for channel on keycache reset
Luis R. Rodriguez
2009-08-04
ath9k: remove dangling error check on keycache reset on hw init
Luis R. Rodriguez
2009-08-04
ath9k: call ath9k_hw_detach() once upon hw init failure
Luis R. Rodriguez
2009-08-04
ath9k: set sc->sc_ah to NULL after freeing it
Luis R. Rodriguez
2009-08-04
ath9k: set ah to null after freeing
Luis R. Rodriguez
2009-08-04
ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable()
Luis R. Rodriguez
2009-08-04
ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()
Luis R. Rodriguez
2009-08-04
ath9k: use helper macro to kfree and nullify on ath9k_hw_rfdetach()
Luis R. Rodriguez
2009-08-04
ath9k: remove !NULL check before kfree()
Luis R. Rodriguez
2009-08-04
ath9k: distinguish between device initialization and ath_softc init
Luis R. Rodriguez
2009-08-04
ath9k: describe hw initialization better
Luis R. Rodriguez
2009-08-04
ath9k: break up hw initialization into a few more helpers
Luis R. Rodriguez
2009-08-04
ath9k: remove debug message for no memoery on ath_init()
Luis R. Rodriguez
2009-08-04
ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()
Luis R. Rodriguez
2009-08-04
ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()
Luis R. Rodriguez
2009-08-04
ath9k: move hw macrevision checker to helper
Luis R. Rodriguez
2009-08-04
ath9k: pass only one argument to hw attach
Luis R. Rodriguez
2009-08-04
ath9k: call hw initializer directly
Luis R. Rodriguez
2009-08-04
ath9k: move cache setting of softc ah prior to attach
Luis R. Rodriguez
2009-08-04
ath9k: move devid cache setting to ath_init()
Luis R. Rodriguez
2009-08-04
ath9k: move memory allocation of ath_hw to ath_init()
Luis R. Rodriguez
2009-08-04
ath9k: propagate hw initialization errors
Luis R. Rodriguez
2009-08-04
ath9k: use a switch for revising supported hw mac revisions
Luis R. Rodriguez
2009-08-04
ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw
Luis R. Rodriguez
2009-08-04
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
2009-08-04
ath5k: fix CAB queue operation
Bob Copeland
2009-08-04
ar9170: remove EXPERIMENTAL marker
Luis R. Rodriguez
2009-08-04
ath5k: update PCU opmode whenever a new interface is added
Bob Copeland
2009-08-04
ath9k: Remove unused ath9k_hw_intrget()
Vasanthakumar Thiagarajan
2009-08-04
ath9k: Maintain monotonicity of PER while going across different phy
Vasanthakumar Thiagarajan
2009-08-04
ath9k: Update rate control for 11NA HT40 mode
Vasanthakumar Thiagarajan
2009-08-04
ath5k: remove EXPERIMENTAL marker
Luis R. Rodriguez
2009-08-04
ath: use menuconfig to put ath stuff in its own page
Luis R. Rodriguez
2009-08-04
ath: simplify kconfig dependency and add documentation
Luis R. Rodriguez
2009-08-04
ath: depend on cfg80211
Luis R. Rodriguez
2009-08-04
ar9170: remove unneeded flush_workqueue()
Luis R. Rodriguez
2009-08-04
ath9k: move workqueue cancels to stop callback
Luis R. Rodriguez
2009-08-04
ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()
Luis R. Rodriguez
2009-08-04
ath9k: re-order cancelling of work on mac80211 workqueue
Luis R. Rodriguez
2009-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-07-30
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
[next]