ath6kl: handle firmware names more dynamically
[cascardo/linux.git] / drivers / net / wireless / ath / ath6kl / core.h
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 Aarthi Thiruvengadamath6kl: support for P2P mgmt operations on station...
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: cleanup ath6kl_priv()
2011-12-06 John W. LinvilleMerge 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-24 Kalle Valoath6kl: remove unused sc_params from struct ath6kl
2011-11-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
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 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-15 Linus TorvaldsMerge branch 'gpio/merge' of git://git.secretlab.ca...
2011-11-13 Kalle Valoath6kl: add hif_type
2011-11-13 Kalle Valoath6kl: update ar6004 definitions
2011-11-13 Kalle Valoath6kl: change bmi sizes being configurable by HIF
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 Raja Maniath6kl: Perform WOW resume in RX path in case of SDIO...
2011-11-11 Raja Maniath6kl: Add new state for WOW mode
2011-11-11 Raja Maniath6kl: Add WOW suspend/resume implementation
2011-11-11 Kalle Valoath6kl: add suspend_cutpower module parameter
2011-11-11 Kalle Valoath6kl: cut power during suspend
2011-11-11 Kalle Valoath6kl: add state variable depicting hw/fw state
2011-11-11 Kalle Valoath6kl: implement ath6kl_cfg80211_suspend()
2011-11-11 Kalle Valoath6kl: print firmware crashes always
2011-11-11 Kalle Valoath6kl: power down hardware when interface is down
2011-11-11 Jouni Malinenath6kl: Report unique remain-on-channel cookie values
2011-11-11 Kalle Valoath6kl: move all credit distribution code to htc.c
2011-11-11 Kalle Valoath6kl: rename struct htc_credit_state_info to ath6kl_h...
2011-11-11 Vasanthakumar Thia... ath6kl: Use appropriate wdev from 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: Maintain virtual interface in a list
2011-11-11 Vasanthakumar Thia... ath6kl: Introduce spinlock to protect vif specific...
2011-11-11 Vasanthakumar Thia... ath6kl: Store hw mac address in struct ath6kl
2011-11-11 Vasanthakumar Thia... ath6kl: Use interface index from wmi data headr
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: Take vif information from wmi event
2011-11-11 Vasanthakumar Thia... ath6kl: Maintain firmware interface index in struct...
2011-11-11 Vasanthakumar Thia... ath6kl: Make net and target stats vif specific
2011-11-11 Vasanthakumar Thia... ath6kl: Move few more vif specific information to struc...
2011-11-11 Vasanthakumar Thia... ath6kl: Move scan_req info and sme_state to vif
2011-11-11 Vasanthakumar Thia... ath6kl: Move disconnect timer to vif structure
2011-11-11 Vasanthakumar Thia... ath6kl: Move aggregation information to vif structure
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: Refactor wiphy dev and net dev init functions
2011-11-11 Vasanthakumar Thia... ath6kl: Keep wiphy reference in ath6kl structure
2011-11-11 Jouni Malinenath6kl: Add debugfs control for keepalive and disconnec...
2011-11-11 Jouni Malinenath6kl: Add debugfs file for target roam table
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...
next