summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville57-1249/+2962
2011-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2011-04-19ath9k: assign keycache slots to unencrypted stationsFelix Fietkau4-4/+36
2011-04-19ath9k: fix powersave frame filtering/buffering in AP modeFelix Fietkau8-15/+145
2011-04-19ath9k: Fix beacon generation on foreign channelRajkumar Manoharan1-14/+22
2011-04-19ath9k_htc: Fix free slot value for cab queueRajkumar Manoharan1-1/+1
2011-04-19ath9k_htc: Cleanup HTC debugfsRajkumar Manoharan3-137/+27
2011-04-19ath9k_htc: Add debugfs support to change debug maskRajkumar Manoharan2-0/+50
2011-04-19ath: fix 0x6C for beaconing/passive scan flags based on country IELuis R. Rodriguez1-0/+1
2011-04-19ath9k: fix the return value of ath_stoprecvFelix Fietkau1-1/+1
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-18/+28
2011-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-18/+28
2011-04-14ath: Add a missing world regulatory domain 0x6CSenthil Balasubramanian2-3/+6
2011-04-14ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312Felix Fietkau3-1/+17
2011-04-14ath5k: fix the EEPROM check for hw AES crypto supportFelix Fietkau1-1/+1
2011-04-14ath5k: add a new bus op for reading the mac addressFelix Fietkau5-31/+52
2011-04-14ath: unshare struct ath_bus_ops between ath5k and ath9kFelix Fietkau3-8/+15
2011-04-14ath5k: disable 5 GHz support if a 2.4 GHz radio is detectedFelix Fietkau1-0/+3
2011-04-14ath9k: Fix improper beacon slot selection in IBSSRajkumar Manoharan1-1/+6
2011-04-14ath9k: avoid using trinary operator w/ TX_STAT_INCJohn W. Linville1-1/+4
2011-04-13ath9k_htc: Enable AP and P2P modesSujith Manoharan1-1/+4
2011-04-13ath9k_htc: Add detailed firmware statisticsSujith Manoharan4-52/+195
2011-04-13ath9k_htc: Use helper routines for transmissionSujith Manoharan1-100/+127
2011-04-13ath9k_htc: Use separate URB pool for management framesSujith Manoharan2-9/+108
2011-04-13ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan6-3/+159
2011-04-13ath9k_htc: Add a debugfs file showing endpoint statusSujith Manoharan2-0/+55
2011-04-13ath9k_htc: Add a debugfs file to dump TX slot informationSujith Manoharan2-0/+43
2011-04-13ath9k_htc: Add support for TX completionSujith Manoharan5-31/+207
2011-04-13ath9k_htc: Drain packets on station removalSujith Manoharan6-0/+54
2011-04-13ath9k_htc: Optimize HTC start/stop APISujith Manoharan3-21/+6
2011-04-13ath9k_htc: Drain pending TX frames properlySujith Manoharan6-49/+69
2011-04-13ath9k_htc: Use helper functions for TX processingSujith Manoharan1-64/+73
2011-04-13ath9k_htc: Add TX slotsSujith Manoharan4-14/+73
2011-04-13ath9k_htc: Move endpoint header parsing to TX taskletSujith Manoharan2-23/+46
2011-04-13ath9k_htc: Introduce new HTC APISujith Manoharan6-30/+49
2011-04-13ath9k_htc: Fix TX queue managementSujith Manoharan5-27/+52
2011-04-13ath9k_htc: Increase URB count for REG_IN pipeSujith Manoharan2-42/+61
2011-04-13ath9k_htc: Add a new WMI event WMI_TXSTATUS_EVENTIDSujith Manoharan1-0/+39
2011-04-13ath9k_htc: Sync MGMT/DATA packet headers with firmwareSujith Manoharan1-2/+4
2011-04-13ath9k_htc: Reduce TX queue sizeSujith Manoharan1-1/+1
2011-04-13ath9k_htc: Move TX specific stuff to a separate structureSujith Manoharan5-35/+40
2011-04-13ath9k_htc: Remove unused WMI_WLAN_TXCOMP_EVENTIDSujith Manoharan1-1/+0
2011-04-13ath9k_htc: Sync struct ath9k_htc_cap_target with FWSujith Manoharan1-0/+1
2011-04-13ath9k_htc: Sync struct ath9k_htc_target_vif with FWSujith Manoharan2-13/+7
2011-04-13ath9k_htc: Sync struct ath9k_htc_target_sta with FWSujith Manoharan2-30/+6
2011-04-13ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan7-33/+49
2011-04-13ath9k_htc: Remove unused WMI commandsSujith Manoharan2-21/+0
2011-04-13ath9k_htc: Fix RX length checkSujith Manoharan1-2/+3
2011-04-13ath9k_htc: Add RX error statisticsSujith Manoharan3-9/+118