summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2011-04-19wl12xx: 1281/1283 support - Improve Tx & Rx pathShahar Levi
2011-04-19wl12xx: 1281/1283 support - use dynamic memory for the RX/TX poolsShahar Levi
2011-04-19wl12xx: 1281/1283 support - New boot sequenceShahar Levi
2011-04-19wl12xx: 1281/1283 support - Loading FW & NVSShahar Levi
2011-04-19wl12xx: 1281/1283 support - New radio structs and functionsShahar Levi
2011-04-19wl12xx: 1281/1283 support - add block size handling for sdio and spiLuciano Coelho
2011-04-19wl12xx: 1281/1283 support - Add acx commandsShahar Levi
2011-04-19wl12xx: 1281/1283 support - Add DefinitionsShahar Levi
2011-04-19wl12xx: 1281/1283 support - move IRQ polarityShahar Levi
2011-04-14ath: Add a missing world regulatory domain 0x6CSenthil Balasubramanian
2011-04-14rtlwifi: Fix unitialized variable warningsLarry Finger
2011-04-14mwifiex: rename function mwifiex_is_ba_stream_availBing Zhao
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar
2011-04-14ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312Felix Fietkau
2011-04-14ath5k: fix the EEPROM check for hw AES crypto supportFelix Fietkau
2011-04-14ath5k: add a new bus op for reading the mac addressFelix Fietkau
2011-04-14ath: unshare struct ath_bus_ops between ath5k and ath9kFelix Fietkau
2011-04-14ath5k: disable 5 GHz support if a 2.4 GHz radio is detectedFelix Fietkau
2011-04-14ath9k: Fix improper beacon slot selection in IBSSRajkumar Manoharan
2011-04-14ath9k: avoid using trinary operator w/ TX_STAT_INCJohn W. Linville
2011-04-13ath9k_htc: Enable AP and P2P modesSujith Manoharan
2011-04-13ath9k_htc: Add detailed firmware statisticsSujith Manoharan
2011-04-13ath9k_htc: Use helper routines for transmissionSujith Manoharan
2011-04-13ath9k_htc: Use separate URB pool for management framesSujith Manoharan
2011-04-13ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan
2011-04-13ath9k_htc: Add a debugfs file showing endpoint statusSujith Manoharan
2011-04-13ath9k_htc: Add a debugfs file to dump TX slot informationSujith Manoharan
2011-04-13ath9k_htc: Add support for TX completionSujith Manoharan
2011-04-13ath9k_htc: Drain packets on station removalSujith Manoharan
2011-04-13ath9k_htc: Optimize HTC start/stop APISujith Manoharan
2011-04-13ath9k_htc: Drain pending TX frames properlySujith Manoharan
2011-04-13ath9k_htc: Use helper functions for TX processingSujith Manoharan
2011-04-13ath9k_htc: Add TX slotsSujith Manoharan
2011-04-13ath9k_htc: Move endpoint header parsing to TX taskletSujith Manoharan
2011-04-13ath9k_htc: Introduce new HTC APISujith Manoharan
2011-04-13ath9k_htc: Fix TX queue managementSujith Manoharan
2011-04-13ath9k_htc: Increase URB count for REG_IN pipeSujith Manoharan
2011-04-13ath9k_htc: Add a new WMI event WMI_TXSTATUS_EVENTIDSujith Manoharan
2011-04-13ath9k_htc: Sync MGMT/DATA packet headers with firmwareSujith Manoharan
2011-04-13ath9k_htc: Reduce TX queue sizeSujith Manoharan
2011-04-13ath9k_htc: Move TX specific stuff to a separate structureSujith Manoharan
2011-04-13ath9k_htc: Remove unused WMI_WLAN_TXCOMP_EVENTIDSujith Manoharan
2011-04-13ath9k_htc: Sync struct ath9k_htc_cap_target with FWSujith Manoharan
2011-04-13ath9k_htc: Sync struct ath9k_htc_target_vif with FWSujith Manoharan
2011-04-13ath9k_htc: Sync struct ath9k_htc_target_sta with FWSujith Manoharan
2011-04-13ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan
2011-04-13ath9k_htc: Remove unused WMI commandsSujith Manoharan
2011-04-13ath9k_htc: Fix RX length checkSujith Manoharan