summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | rtlwifi: Fix unitialized variable warningsLarry Finger2011-04-144-5/+5
* | | mwifiex: rename function mwifiex_is_ba_stream_availBing Zhao2011-04-142-3/+4
* | | mwifiex: remove unused function parametersAmitkumar Karwar2011-04-1414-136/+80Star
* | | mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar2011-04-1410-44/+1Star
* | | mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar2011-04-1419-1434/+502Star
* | | ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312Felix Fietkau2011-04-143-1/+17
* | | ath5k: fix the EEPROM check for hw AES crypto supportFelix Fietkau2011-04-141-1/+1
* | | ath5k: add a new bus op for reading the mac addressFelix Fietkau2011-04-145-31/+52
* | | ath: unshare struct ath_bus_ops between ath5k and ath9kFelix Fietkau2011-04-143-8/+15
* | | ath5k: disable 5 GHz support if a 2.4 GHz radio is detectedFelix Fietkau2011-04-141-0/+3
* | | ath9k: Fix improper beacon slot selection in IBSSRajkumar Manoharan2011-04-141-1/+6
* | | ath9k: avoid using trinary operator w/ TX_STAT_INCJohn W. Linville2011-04-141-1/+4
* | | mac80211: Allocate new mesh path and portal tables before taking lockscozybit Inc2011-04-131-24/+25
* | | ath9k_htc: Enable AP and P2P modesSujith Manoharan2011-04-131-1/+4
* | | ath9k_htc: Add detailed firmware statisticsSujith Manoharan2011-04-134-52/+195
* | | ath9k_htc: Use helper routines for transmissionSujith Manoharan2011-04-131-100/+127
* | | ath9k_htc: Use separate URB pool for management framesSujith Manoharan2011-04-132-9/+108
* | | ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan2011-04-136-3/+159
* | | ath9k_htc: Add a debugfs file showing endpoint statusSujith Manoharan2011-04-132-0/+55
* | | ath9k_htc: Add a debugfs file to dump TX slot informationSujith Manoharan2011-04-132-0/+43
* | | ath9k_htc: Add support for TX completionSujith Manoharan2011-04-135-31/+207
* | | ath9k_htc: Drain packets on station removalSujith Manoharan2011-04-136-0/+54
* | | ath9k_htc: Optimize HTC start/stop APISujith Manoharan2011-04-133-21/+6Star
* | | ath9k_htc: Drain pending TX frames properlySujith Manoharan2011-04-136-49/+69
* | | ath9k_htc: Use helper functions for TX processingSujith Manoharan2011-04-131-64/+73
* | | ath9k_htc: Add TX slotsSujith Manoharan2011-04-134-14/+73
* | | ath9k_htc: Move endpoint header parsing to TX taskletSujith Manoharan2011-04-132-23/+46
* | | ath9k_htc: Introduce new HTC APISujith Manoharan2011-04-136-30/+49
* | | ath9k_htc: Fix TX queue managementSujith Manoharan2011-04-135-27/+52
* | | ath9k_htc: Increase URB count for REG_IN pipeSujith Manoharan2011-04-132-42/+61
* | | ath9k_htc: Add a new WMI event WMI_TXSTATUS_EVENTIDSujith Manoharan2011-04-131-0/+39
* | | ath9k_htc: Sync MGMT/DATA packet headers with firmwareSujith Manoharan2011-04-131-2/+4
* | | ath9k_htc: Reduce TX queue sizeSujith Manoharan2011-04-131-1/+1
* | | ath9k_htc: Move TX specific stuff to a separate structureSujith Manoharan2011-04-135-35/+40
* | | ath9k_htc: Remove unused WMI_WLAN_TXCOMP_EVENTIDSujith Manoharan2011-04-131-1/+0Star
* | | ath9k_htc: Sync struct ath9k_htc_cap_target with FWSujith Manoharan2011-04-131-0/+1
* | | ath9k_htc: Sync struct ath9k_htc_target_vif with FWSujith Manoharan2011-04-132-13/+7Star
* | | ath9k_htc: Sync struct ath9k_htc_target_sta with FWSujith Manoharan2011-04-132-30/+6Star
* | | ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan2011-04-137-33/+49
* | | ath9k_htc: Remove unused WMI commandsSujith Manoharan2011-04-132-21/+0Star
* | | ath9k_htc: Fix RX length checkSujith Manoharan2011-04-131-2/+3
* | | ath9k_htc: Add RX error statisticsSujith Manoharan2011-04-133-9/+118
* | | ath9k_htc: Move debug code to a separate fileSujith Manoharan2011-04-133-212/+221
* | | ath9k_htc: Queue WMI eventsSujith Manoharan2011-04-137-57/+89
* | | ath9k_htc: Fix beacon miss under heavy loadSujith Manoharan2011-04-132-5/+41
* | | ath9k_htc: Handle buffered frames in AP modeSujith Manoharan2011-04-135-6/+65
* | | ath9k_htc: Configure the beacon queueSujith Manoharan2011-04-131-31/+46
* | | ath9k_htc: Add TSF adjust capabilitySujith Manoharan2011-04-134-2/+54
* | | ath9k_htc: Add beacon slotsSujith Manoharan2011-04-135-19/+138
* | | ath9k_htc: Fix WMI and beacon headerSujith Manoharan2011-04-133-2/+13