aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/init.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-03
|\
| * Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2011-12-16
| |\
| * | ath6kl: Support different uart_tx pin and refclk configurationRyan Hsu2011-12-14
| * | ath6kl: implement scheduled scanKalle Valo2011-12-13
| * | ath6kl: fix reading of FW IE capabilitiesKalle Valo2011-12-13
| * | ath6kl: Enable multiple vif supportVasanthakumar Thiagarajan2011-11-21
| * | ath6kl: Find ar->max_norm_iface in firmware IE parsingVasanthakumar Thiagarajan2011-11-21
| * | ath6kl: indicate probe-resp offload supportArik Nemtsov2011-11-21
| * | ath6kl: add firmware IE for maximum number of vifsKalle Valo2011-11-16
| * | ath6kl: make maximum number of vifs runtime configurableKalle Valo2011-11-16
| * | ath6kl: add firmware filename info to struct ath6kl_hwKalle Valo2011-11-16
| * | ath6kl: use hardware version names consistentlyKalle Valo2011-11-16
| * | ath6kl: add name field to struct ath6kl_hwKalle Valo2011-11-16
| * | ath6kl: add firmware IE for board data addressKalle Valo2011-11-16
| * | ath6kl: add board address to struct ath6kl_hwKalle Valo2011-11-16
| * | ath6kl: move hw version related to parameters to structKalle Valo2011-11-16
| * | ath6kl: remove hw version related parameter definesKalle Valo2011-11-16
| * | ath6kl: firmware boot fixes for ar6004Kalle Valo2011-11-13
* | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-19
| |/ |/|
* | cfg80211: add flags for off-channel capabilitiesJohannes Berg2011-11-21
|/
* ath6kl: add suspend_cutpower module parameterKalle Valo2011-11-11
* ath6kl: don't power down hardware when interface is downKalle Valo2011-11-11
* ath6kl: Fix lockdep warningVasanthakumar Thiagarajan2011-11-11
* ath6kl: add state variable depicting hw/fw stateKalle Valo2011-11-11
* ath6kl: print firmware crashes alwaysKalle Valo2011-11-11
* ath6kl: power down hardware when interface is downKalle Valo2011-11-11
* ath6kl: separate hardware boot code from module initialisation codeKalle Valo2011-11-11
* ath6kl: merge ath6kl_init() to ath6kl_core_init()Kalle Valo2011-11-11
* ath6kl: move power control from sdio to coreKalle Valo2011-11-11
* ath6kl: Fix compilation error from of.hSangwook Lee2011-11-11
* ath6kl: use ath6kl_credit prefix consistentlyKalle Valo2011-11-11
* ath6kl: use ath6kl prefix in credit functionsKalle Valo2011-11-11
* ath6kl: Initialize target wlan values for every vifVasanthakumar Thiagarajan2011-11-11
* ath6kl: Add a modparam to enable multi normal interface supportVasanthakumar Thiagarajan2011-11-11
* ath6kl: Implement add_virtual_intf() and del_virtual_intf()Vasanthakumar Thiagarajan2011-11-11
* ath6kl: Configure inteface information at init timeVasanthakumar Thiagarajan2011-11-11
* ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan2011-11-11
* ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan2011-11-11
* ath6kl: Store hw mac address in struct ath6klVasanthakumar Thiagarajan2011-11-11
* ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan2011-11-11
* ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan2011-11-11
* ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan2011-11-11
* ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan2011-11-11
* ath6kl: Move key information to vif structureVasanthakumar Thiagarajan2011-11-11
* ath6kl: Move channel information to vif structureVasanthakumar Thiagarajan2011-11-11
* ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan2011-11-11
* ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan2011-11-11
* ath6kl: Move ssid and crypto information to vif structureVasanthakumar Thiagarajan2011-11-11
* ath6kl: Define interface specific statesVasanthakumar Thiagarajan2011-11-11
* ath6kl: Define an initial vif structure and use itVasanthakumar Thiagarajan2011-11-11