summaryrefslogtreecommitdiffstats
path: root/drivers/pci (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-19wl12xx: 1281/1283 support - New boot sequenceShahar Levi5-8/+179
2011-04-19wl12xx: 1281/1283 support - Loading FW & NVSShahar Levi7-42/+86
2011-04-19wl12xx: 1281/1283 support - New radio structs and functionsShahar Levi5-10/+240
2011-04-19wl12xx: 1281/1283 support - add block size handling for sdio and spiLuciano Coelho2-2/+19
2011-04-19wl12xx: 1281/1283 support - Add acx commandsShahar Levi10-28/+168
2011-04-19wl12xx: 1281/1283 support - Add DefinitionsShahar Levi8-17/+64
2011-04-19wl12xx: 1281/1283 support - move IRQ polarityShahar Levi1-7/+7
2011-04-19wl12xx: add new board_tcxo_clock element to the platform dataLuciano Coelho1-1/+14
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-13mac80211: Allocate new mesh path and portal tables before taking lockscozybit Inc1-24/+25
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