ath6kl: handle firmware names more dynamically
[cascardo/linux.git] / drivers / net / wireless / ath / ath6kl / init.c
2011-12-23 Kalle Valoath6kl: handle firmware names more dynamically
2011-12-16 Kalle ValoMerge remote branch 'wireless-next/master' into ath6kl...
2011-12-14 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-14 Ryan Hsuath6kl: Support different uart_tx pin and refclk config...
2011-12-13 Kalle Valoath6kl: implement scheduled scan
2011-12-13 Kalle Valoath6kl: fix reading of FW IE capabilities
2011-12-06 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-02 Gustavo F. PadovanMerge branch 'master' of git://git./linux/kernel/git...
2011-12-02 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-01 Luciano CoelhoMerge branch 'master' of git://git./linux/kernel/git...
2011-11-25 Wey-Yi GuyMerge branch 'master' of git://git./linux/kernel/git...
2011-11-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-21 Johannes Bergcfg80211: add flags for off-channel capabilities
2011-11-21 John W. LinvilleMerge branch 'for-linville' of git://github.com/sgruszk...
2011-11-21 Vasanthakumar Thia... ath6kl: Enable multiple vif support
2011-11-21 Vasanthakumar Thia... ath6kl: Find ar->max_norm_iface in firmware IE parsing
2011-11-21 Arik Nemtsovath6kl: indicate probe-resp offload support
2011-11-21 Kalle ValoMerge remote branch 'wireless-next/master' into ath6kl...
2011-11-17 John W. LinvilleMerge branch 'for-linville' of git://github.com/kvalo...
2011-11-16 Kalle Valoath6kl: add firmware IE for maximum number of vifs
2011-11-16 Kalle Valoath6kl: make maximum number of vifs runtime configurable
2011-11-16 Kalle Valoath6kl: add firmware filename info to struct ath6kl_hw
2011-11-16 Kalle Valoath6kl: use hardware version names consistently
2011-11-16 Kalle Valoath6kl: add name field to struct ath6kl_hw
2011-11-16 Kalle Valoath6kl: add firmware IE for board data address
2011-11-16 Kalle Valoath6kl: add board address to struct ath6kl_hw
2011-11-16 Kalle Valoath6kl: move hw version related to parameters to struct
2011-11-16 Kalle Valoath6kl: remove hw version related parameter defines
2011-11-15 Linus TorvaldsMerge branch 'gpio/merge' of git://git.secretlab.ca...
2011-11-13 Kalle Valoath6kl: firmware boot fixes for ar6004
2011-11-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-11-12 Linus TorvaldsMerge git://github.com/herbertx/crypto
2011-11-11 Kalle Valoath6kl: add suspend_cutpower module parameter
2011-11-11 Kalle Valoath6kl: don't power down hardware when interface is...
2011-11-11 Vasanthakumar Thia... ath6kl: Fix lockdep warning
2011-11-11 Kalle Valoath6kl: add state variable depicting hw/fw state
2011-11-11 Kalle Valoath6kl: print firmware crashes always
2011-11-11 Kalle Valoath6kl: power down hardware when interface is down
2011-11-11 Kalle Valoath6kl: separate hardware boot code from module initial...
2011-11-11 Kalle Valoath6kl: merge ath6kl_init() to ath6kl_core_init()
2011-11-11 Kalle Valoath6kl: move power control from sdio to core
2011-11-11 Sangwook Leeath6kl: Fix compilation error from of.h
2011-11-11 Kalle Valoath6kl: use ath6kl_credit prefix consistently
2011-11-11 Kalle Valoath6kl: use ath6kl prefix in credit functions
2011-11-11 Vasanthakumar Thia... ath6kl: Initialize target wlan values for every vif
2011-11-11 Vasanthakumar Thia... ath6kl: Add a modparam to enable multi normal interface...
2011-11-11 Vasanthakumar Thia... ath6kl: Implement add_virtual_intf() and del_virtual_intf()
2011-11-11 Vasanthakumar Thia... ath6kl: Configure inteface information at init time
2011-11-11 Vasanthakumar Thia... ath6kl: Use the other variant of netdev (un)register...
2011-11-11 Vasanthakumar Thia... ath6kl: Maintain virtual interface in a list
2011-11-11 Vasanthakumar Thia... ath6kl: Store hw mac address in struct ath6kl
2011-11-11 Vasanthakumar Thia... ath6kl: Refactor ath6kl_destroy()
2011-11-11 Vasanthakumar Thia... ath6kl: Cleanup parameters in ath6kl_init_control_info...
2011-11-11 Vasanthakumar Thia... ath6kl: Remove net_device from ath6kl
2011-11-11 Vasanthakumar Thia... ath6kl: Maintain firmware interface index in struct...
2011-11-11 Vasanthakumar Thia... ath6kl: Move key information to vif structure
2011-11-11 Vasanthakumar Thia... ath6kl: Move channel information to vif structure
2011-11-11 Vasanthakumar Thia... ath6kl: Move bssid information to vif structure
2011-11-11 Vasanthakumar Thia... ath6kl: Move nw_type to vif structure
2011-11-11 Vasanthakumar Thia... ath6kl: Move ssid and crypto information to vif structure
2011-11-11 Vasanthakumar Thia... ath6kl: Define interface specific states
2011-11-11 Vasanthakumar Thia... ath6kl: Define an initial vif structure and use it
2011-11-11 Vasanthakumar Thia... ath6kl: Cleanup fw interface type setting
2011-11-11 Vasanthakumar Thia... ath6kl: Refactor wiphy dev and net dev init functions
2011-11-11 Vasanthakumar Thia... ath6kl: Keep wiphy reference in ath6kl structure
2011-11-11 Vasanthakumar Thia... ath6kl: Pass ath6kl structure to ath6kl_init() instead...
2011-11-11 Kalle Valoath6kl: fix firmware start address for ar6003 hw2.0
2011-11-11 Kalle Valoath6kl: fix struct host_app_area endian handling
2011-11-09 Johannes Bergnl80211: advertise device AP SME
2011-11-09 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-11-08 Mark BrownMerge branch 'for-3.2' of git://git./linux/kernel/git...
2011-11-08 Benjamin HerrenschmidtMerge remote-tracking branch 'agust/next' into merge
2011-11-07 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2011-11-07 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2011-11-07 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2011-11-07 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2011-11-07 Randy DunlapMerge branch 'docs/docbook/drm' of git://github.com...
2011-11-07 Linus TorvaldsMerge branch 'upstream/jump-label-noearly' of git:...
2011-11-07 Linus TorvaldsMerge branch 'upstream/xen-settime' of git://git./linux...
2011-11-07 Linus TorvaldsMerge branch 'stable/cleanups-3.2' of git://git./linux...
2011-11-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-11-07 Linus TorvaldsMerge branch 'writeback-for-linus' of git://git./linux...
2011-11-07 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-11-07 Linus TorvaldsMerge branch 'trivial' of git://git./linux/kernel/git...
2011-11-07 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2011-11-07 Linus TorvaldsMerge branch 'kconfig' of git://git./linux/kernel/git...
2011-11-07 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2011-11-07 Linus TorvaldsMerge branch 'stable/vmalloc-3.2' of git://git./linux...
2011-11-07 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2011-11-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-11-06 Linus TorvaldsMerge branch 'next/devel2' of git://git.linaro.org...
2011-11-06 Linus TorvaldsMerge branch 'next/cleanup3' of git://git.linaro.org...
2011-11-05 Linus TorvaldsMerge branch 'next' of git://git.infradead.org/users...
2011-11-05 Tony LindgrenMerge branch 'for_3.2/pm-cleanup-2' of git://github...
2011-11-05 Tony LindgrenMerge branch 'prcm_scm_misc_fixes_3.2' of git://git...
2011-11-05 Tony LindgrenMerge branch 'omap_clock_fixes_3.2' of git://git.pwsan...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/drivers' of git://git.kernel...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/core' of git://git.kernel.dk...
2011-11-04 Linus TorvaldsMerge git://git./linux/kernel/git/pkl/squashfs-next
next