summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: Multicast filter support in wow suspend and non-suspendNaveen Gangadharan2012-04-261-10/+27
* ath6kl: support fw reporting phy capabilitiesThomas Pedersen2012-04-231-1/+3
* ath6kl: merge split format strings into oneKalle Valo2012-04-161-4/+4
* ath6kl: handle concurrent AP-STA channel switchesThomas Pedersen2012-04-121-1/+54
* Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-04-121-0/+2
|\
| * ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-0/+2
* | ath6kl: Add ARP offload related statistic info in tgt_statsRaja Mani2012-03-201-0/+4
|/
* ath6kl: logical continuations should be on the previous lineKalle Valo2012-03-071-2/+2
* ath6kl: alignment should match open parenthesisKalle Valo2012-03-071-9/+9
* ath6kl: Maintain the listen interval per VIF specificRaja Mani2012-03-071-4/+2
* ath6kl: Initialize netdev hw_features for every interfaceVasanthakumar Thiagarajan2012-03-011-0/+2
* ath6kl: Add unicast mgmt frame bufferingNaveen Gangadharan2012-02-271-7/+34
* ath6kl: Update license headerVasanthakumar Thiagarajan2012-02-081-0/+1
* ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan2012-01-301-1/+1
* ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan2012-01-241-3/+4
* ath6kl: Pass vif instead of ar to ath6kl_add_new_sta()Vasanthakumar Thiagarajan2012-01-241-5/+5
* ath6kl: use netdev_features_tKalle Valo2012-01-181-1/+2
* ath6kl: Remove useless initialization in ath6kl_read_fwlogs()Raja Mani2012-01-131-1/+1
* ath6kl: Add support for uAPSDThirumalai Pachamuthu2012-01-131-3/+6
* ath6kl: Fix listen interval handlingSujith Manoharan2012-01-121-3/+4
* ath6kl: make net_device_ops constStephen Hemminger2012-01-091-1/+1
* ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_tVasanthakumar Thiagarajan2012-01-091-1/+1
* ath6kl: Remove deadcode in main.cVasanthakumar Thiagarajan2012-01-091-3/+0
* ath6kl: Implement ndo_set_rx_mode()Vasanthakumar Thiagarajan2012-01-091-0/+110
* ath6kl: Remove redundant key_index check.Vivek Natarajan2012-01-021-1/+1
* ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani2012-01-021-0/+33
* ath6kl: implement ath6kl_cfg80211_stop_all()Kalle Valo2011-12-131-2/+1
* ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close()Kalle Valo2011-12-131-10/+1
* ath6kl: Use delayed key configuration for WAPI in AP modeJouni Malinen2011-12-131-1/+3
* ath6kl: add name field to struct ath6kl_hwKalle Valo2011-11-161-21/+0
* ath6kl: move diag commands to hif driverKalle Valo2011-11-131-72/+4
* ath6kl: Indicate WAPI IE from (Re)Association Request frameDai Shuibing2011-11-131-0/+12
* ath6kl: Fix key configuration to copy at most seq_len from seqJouni Malinen2011-11-111-2/+3
* ath6kl: don't power down hardware when interface is downKalle Valo2011-11-111-12/+0
* ath6kl: Fix lockdep warningVasanthakumar Thiagarajan2011-11-111-3/+3
* ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo2011-11-111-12/+0
* ath6kl: create ath6kl_cfg80211_stop()Kalle Valo2011-11-111-45/+1
* 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/+2
* ath6kl: move all credit distribution code to htc.cKalle Valo2011-11-111-282/+0
* 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/+4
* ath6kl: Store hw mac address in struct ath6klVasanthakumar Thiagarajan2011-11-111-3/+2
* ath6kl: Use interface index from wmi data headrVasanthakumar Thiagarajan2011-11-111-3/+2
* ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan2011-11-111-73/+2