summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar13-277/+105
2011-04-19iwlegacy: use pci_dev->revisionSergei Shtylyov1-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-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville7-71/+148
2011-04-19Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville19-265/+113
2011-04-18iwlagn: remove led_opsWey-Yi Guy1-4/+0
2011-04-18iwlagn: remove legacy opsWey-Yi Guy1-10/+0
2011-04-18iwlagn: remove un-necessary ieee80211_opsWey-Yi Guy7-37/+22
2011-04-18iwlagn: no 5.2GHz/HT40 support for bgn devicesWey-Yi Guy2-2/+2
2011-04-18iwlagn: temperature should be measure for all _agn devicesWey-Yi Guy7-47/+3
2011-04-18iwlagn: always support uCode traceWey-Yi Guy6-11/+1
2011-04-18iwlagn: use huge command for beaconJohannes Berg1-2/+8
2011-04-18iwlagn: verify that huge commands are synchronousJohannes Berg1-0/+8
2011-04-18iwlagn: remove most BUG_ON instancesJohannes Berg7-27/+42
2011-04-18iwlagn: use direct call for led functionsWey-Yi Guy11-125/+27
2011-04-14ath: Add a missing world regulatory domain 0x6CSenthil Balasubramanian2-3/+6
2011-04-14rtlwifi: Fix unitialized variable warningsLarry Finger4-5/+5
2011-04-14mwifiex: rename function mwifiex_is_ba_stream_availBing Zhao2-3/+4
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar14-136/+80
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar10-44/+1
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar19-1434/+502
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