summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo2011-11-111-12/+0Star
* ath6kl: create ath6kl_cfg80211_stop()Kalle Valo2011-11-111-45/+1Star
* ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()Kalle Valo2011-11-111-3/+7
* ath6kl: fix WLAN_ENABLE usage in ath6kl_close()Kalle Valo2011-11-111-1/+2
* ath6kl: power down hardware when interface is downKalle Valo2011-11-111-4/+18
* ath6kl: remove unused debug levelsKalle Valo2011-11-111-3/+2Star
* ath6kl: move all credit distribution code to htc.cKalle Valo2011-11-111-282/+0Star
* ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_infoKalle Valo2011-11-111-8/+9
* ath6kl: use ath6kl prefix in credit functionsKalle Valo2011-11-111-30/+30
* ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan2011-11-111-0/+1
* ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan2011-11-111-2/+30
* ath6kl: Introduce spinlock to protect vif specific informationVasanthakumar Thiagarajan2011-11-111-9/+4Star
* ath6kl: Store hw mac address in struct ath6klVasanthakumar Thiagarajan2011-11-111-3/+2Star
* ath6kl: Use interface index from wmi data headrVasanthakumar Thiagarajan2011-11-111-3/+2Star
* ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan2011-11-111-73/+2Star
* ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan2011-11-111-3/+3
* ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan2011-11-111-65/+56Star
* ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan2011-11-111-19/+23
* ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan2011-11-111-5/+7
* ath6kl: Move few more vif specific information to struct ath6kl_vifVasanthakumar Thiagarajan2011-11-111-4/+4
* ath6kl: Move scan_req info and sme_state to vifVasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Move disconnect timer to vif structureVasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Move aggregation information to vif structureVasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Move key information to vif structureVasanthakumar Thiagarajan2011-11-111-4/+4
* ath6kl: Move channel information to vif structureVasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan2011-11-111-4/+4
* ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan2011-11-111-7/+13
* ath6kl: Move ssid and crypto information to vif structureVasanthakumar Thiagarajan2011-11-111-3/+5
* ath6kl: Define interface specific statesVasanthakumar Thiagarajan2011-11-111-21/+43
* ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan2011-11-111-4/+4
* ath6kl: make sure WLAN power save is enabled during suspendChilam Ng2011-11-111-0/+7
* ath6kl: Replace spin_lock_irqsave with spin_lock_bhVasanthakumar Thiagarajan2011-11-111-11/+6Star
* ath6kl: Update BSS information after connectionJouni Malinen2011-09-221-3/+7
* ath6kl: Remove unnecessary node table update on disconnect eventJouni Malinen2011-09-221-28/+0Star
* ath6kl: Remove RSSI update for internal node tableJouni Malinen2011-09-221-15/+0Star
* ath6kl: Fix static WEP configuration in AP modeJouni Malinen2011-09-191-1/+3
* ath6kl: Fix AP mode connect event parsing and TIM updatesJouni Malinen2011-09-061-52/+40Star
* ath6kl: Fix endianness in register writeVasanthakumar Thiagarajan2011-09-051-4/+6
* ath6kl: Make ath6kl_diag_write32() non-staticVasanthakumar Thiagarajan2011-09-051-1/+1
* ath6kl: Fix endianness in requesting chip register readVasanthakumar Thiagarajan2011-09-021-5/+9
* ath6kl: read fwlog from firmware ring bufferKalle Valo2011-09-021-0/+75
* ath6kl: cleanup diagnose window read and write functionsKalle Valo2011-09-021-42/+52
* ath6kl: add testmode supportKalle Valo2011-09-011-2/+3
* ath6kl: Do not clear CONNECT bit setting in AP mode for STA disconnectEdward Lu2011-08-311-1/+2
* ath6kl: Delay initial group key setup in AP modeJouni Malinen2011-08-311-16/+20
* ath6kl: Fix AP mode (Re)AssocReq IE processingJouni Malinen2011-08-311-8/+49
* ath6kl: implement suspend supportKalle Valo2011-08-311-0/+35
* ath6kl: Fix buffer alignment for scatter-gather I/OVasanthakumar Thiagarajan2011-08-311-1/+1
* ath6kl: Add beginning of AR6004 initialisation supportKevin Fang2011-08-311-2/+18