aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-24ath6kl: Blocked client notificationPandiyarajan Pitchaimuthu1-0/+7
2012-10-24ath6kl: Max clients reached notificationPandiyarajan Pitchaimuthu1-0/+7
2012-10-24ath6kl: reconfigure RSN capabilities when restarting APThomas Pedersen1-0/+12
2012-10-24ath6kl: restart concurrent vifs on failed connectThomas Pedersen1-6/+12
2012-10-24ath6kl: Make use of return value from ath6kl_diag_read()Pandiyarajan Pitchaimuthu1-3/+8
2012-06-14Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo1-1/+0
2012-06-11ath6kl: use firmware version from FW IENaveen Singh1-9/+13
2012-06-05cfg80211: provide channel to start_ap functionJohannes Berg1-1/+0
2012-05-14ath6kl: Add wow multicast firmware capability supportNaveen Gangadharan1-1/+4
2012-04-26ath6kl: Multicast filter support in wow suspend and non-suspendNaveen Gangadharan1-10/+27
2012-04-23ath6kl: support fw reporting phy capabilitiesThomas Pedersen1-1/+3
2012-04-16ath6kl: merge split format strings into oneKalle Valo1-4/+4
2012-04-12ath6kl: handle concurrent AP-STA channel switchesThomas Pedersen1-1/+54
2012-04-12Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo1-0/+2
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-0/+2
2012-03-20ath6kl: Add ARP offload related statistic info in tgt_statsRaja Mani1-0/+4
2012-03-07ath6kl: logical continuations should be on the previous lineKalle Valo1-2/+2
2012-03-07ath6kl: alignment should match open parenthesisKalle Valo1-9/+9
2012-03-07ath6kl: Maintain the listen interval per VIF specificRaja Mani1-4/+2
2012-03-01ath6kl: Initialize netdev hw_features for every interfaceVasanthakumar Thiagarajan1-0/+2
2012-02-27ath6kl: Add unicast mgmt frame bufferingNaveen Gangadharan1-7/+34
2012-02-08ath6kl: Update license headerVasanthakumar Thiagarajan1-0/+1
2012-01-30ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan1-1/+1
2012-01-24ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan1-3/+4
2012-01-24ath6kl: Pass vif instead of ar to ath6kl_add_new_sta()Vasanthakumar Thiagarajan1-5/+5
2012-01-18ath6kl: use netdev_features_tKalle Valo1-1/+2
2012-01-13ath6kl: Remove useless initialization in ath6kl_read_fwlogs()Raja Mani1-1/+1
2012-01-13ath6kl: Add support for uAPSDThirumalai Pachamuthu1-3/+6
2012-01-12ath6kl: Fix listen interval handlingSujith Manoharan1-3/+4
2012-01-09ath6kl: make net_device_ops constStephen Hemminger1-1/+1
2012-01-09ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_tVasanthakumar Thiagarajan1-1/+1
2012-01-09ath6kl: Remove deadcode in main.cVasanthakumar Thiagarajan1-3/+0
2012-01-09ath6kl: Implement ndo_set_rx_mode()Vasanthakumar Thiagarajan1-0/+110
2012-01-02ath6kl: Remove redundant key_index check.Vivek Natarajan1-1/+1
2012-01-02ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani1-0/+33
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