summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-13ath6kl: implement ath6kl_cfg80211_stop_all()Kalle Valo1-2/+1
2011-12-13ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close()Kalle Valo1-10/+1
2011-12-13ath6kl: Use delayed key configuration for WAPI in AP modeJouni Malinen1-1/+3
2011-11-16ath6kl: add name field to struct ath6kl_hwKalle Valo1-21/+0
2011-11-13ath6kl: move diag commands to hif driverKalle Valo1-72/+4
2011-11-13ath6kl: Indicate WAPI IE from (Re)Association Request frameDai Shuibing1-0/+12
2011-11-11ath6kl: Fix key configuration to copy at most seq_len from seqJouni Malinen1-2/+3
2011-11-11ath6kl: don't power down hardware when interface is downKalle Valo1-12/+0
2011-11-11ath6kl: Fix lockdep warningVasanthakumar Thiagarajan1-3/+3
2011-11-11ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo1-12/+0
2011-11-11ath6kl: create ath6kl_cfg80211_stop()Kalle Valo1-45/+1
2011-11-11ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()Kalle Valo1-3/+7
2011-11-11ath6kl: fix WLAN_ENABLE usage in ath6kl_close()Kalle Valo1-1/+2
2011-11-11ath6kl: power down hardware when interface is downKalle Valo1-4/+18
2011-11-11ath6kl: remove unused debug levelsKalle Valo1-3/+2
2011-11-11ath6kl: move all credit distribution code to htc.cKalle Valo1-282/+0
2011-11-11ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_infoKalle Valo1-8/+9
2011-11-11ath6kl: use ath6kl prefix in credit functionsKalle Valo1-30/+30
2011-11-11ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan1-0/+1
2011-11-11ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan1-2/+30
2011-11-11ath6kl: Introduce spinlock to protect vif specific informationVasanthakumar Thiagarajan1-9/+4
2011-11-11ath6kl: Store hw mac address in struct ath6klVasanthakumar Thiagarajan1-3/+2
2011-11-11ath6kl: Use interface index from wmi data headrVasanthakumar Thiagarajan1-3/+2
2011-11-11ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan1-73/+2
2011-11-11ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan1-2/+2
2011-11-11ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan1-3/+3
2011-11-11ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan1-65/+56
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan1-19/+23
2011-11-11ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan1-5/+7
2011-11-11ath6kl: Move few more vif specific information to struct ath6kl_vifVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: Move scan_req info and sme_state to vifVasanthakumar Thiagarajan1-2/+2
2011-11-11ath6kl: Move disconnect timer to vif structureVasanthakumar Thiagarajan1-2/+2
2011-11-11ath6kl: Move aggregation information to vif structureVasanthakumar Thiagarajan1-2/+2
2011-11-11ath6kl: Move key information to vif structureVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: Move channel information to vif structureVasanthakumar Thiagarajan1-2/+2
2011-11-11ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan1-7/+13
2011-11-11ath6kl: Move ssid and crypto information to vif structureVasanthakumar Thiagarajan1-3/+5
2011-11-11ath6kl: Define interface specific statesVasanthakumar Thiagarajan1-21/+43
2011-11-11ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: make sure WLAN power save is enabled during suspendChilam Ng1-0/+7
2011-11-11ath6kl: Replace spin_lock_irqsave with spin_lock_bhVasanthakumar Thiagarajan1-11/+6
2011-09-22ath6kl: Update BSS information after connectionJouni Malinen1-3/+7
2011-09-22ath6kl: Remove unnecessary node table update on disconnect eventJouni Malinen1-28/+0
2011-09-22ath6kl: Remove RSSI update for internal node tableJouni Malinen1-15/+0
2011-09-19ath6kl: Fix static WEP configuration in AP modeJouni Malinen1-1/+3
2011-09-06ath6kl: Fix AP mode connect event parsing and TIM updatesJouni Malinen1-52/+40
2011-09-05ath6kl: Fix endianness in register writeVasanthakumar Thiagarajan1-4/+6
2011-09-05ath6kl: Make ath6kl_diag_write32() non-staticVasanthakumar Thiagarajan1-1/+1
2011-09-02ath6kl: Fix endianness in requesting chip register readVasanthakumar Thiagarajan1-5/+9