summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: Remove bssid from struct wmiVasanthakumar Thiagarajan2011-08-092-6/+2
* ath6kl: Cleanup parameters for wlan_refresh_inactive_nodes()Vasanthakumar Thiagarajan2011-08-093-6/+5
* ath6kl: Move scan table from wmi to ath6klVasanthakumar Thiagarajan2011-08-093-16/+17
* ath6kl: Cleanup void *parent_dev in struct wmiVasanthakumar Thiagarajan2011-08-093-4/+4
* ath6kl: change aggreation timeout message from an error to a debug messageKalle Valo2011-08-092-1/+7
* ath6kl: remove dependency to wireless extensionsKalle Valo2011-08-091-2/+0
* ath6kl: fix crash when interface is closed but scan is ongoingKalle Valo2011-08-091-18/+23
* ath6kl: fix atomicity in ath6kl_cfg80211_scan_node()Kalle Valo2011-08-091-1/+2
* ath6kl: don't force foreground scan when connectedKalle Valo2011-08-091-5/+1
* ath6kl: Use bit field macros to maintain wlan enabled and disabled statusRaja Mani2011-08-094-11/+6
* ath6kl: Avoid two memset to clear src and desr mac addr variable memory in at...Raja Mani2011-08-091-2/+1
* ath6kl: Rearrange the variable and the value position in IF conditionRaja Mani2011-08-091-1/+1
* ath6kl: Print bad trailer data only when htc fails to parse trailer infoRaja Mani2011-08-091-2/+3
* ath6kl: Remove unused struct ath6kl_async_reg_io_bufferVasanthakumar Thiagarajan2011-08-091-9/+0
* ath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_targetVasanthakumar Thiagarajan2011-08-094-6/+7
* ath6kl: Bypass reading irq status based on chk_irq_status_cntVasanthakumar Thiagarajan2011-08-091-1/+2
* ath6kl: Move scatter information from ath6kl_device to htc_targetVasanthakumar Thiagarajan2011-08-096-26/+16
* ath6kl: Move block_sz and block_mask from ath6kl_device to htc_targetVasanthakumar Thiagarajan2011-08-094-13/+14
* ath6kl: Move bundle size from ath6kl_device to htc_targetVasanthakumar Thiagarajan2011-08-093-10/+10
* ath6kl: Remove callback msg_pending() and used the function directlyVasanthakumar Thiagarajan2011-08-094-7/+6
* ath6kl: Minor cleanup in ath6kldev_submit_scat_req()Vasanthakumar Thiagarajan2011-08-091-5/+2
* ath6kl: Remove ath6kldev_setup_msg_bndl()Vasanthakumar Thiagarajan2011-08-093-7/+1
* ath6kl: Merge scatter rw request functions into oneVasanthakumar Thiagarajan2011-08-093-101/+15
* ath6kl: Refactor ath6kl_sdio_read_write_sync()Vasanthakumar Thiagarajan2011-08-091-21/+30
* ath6kl: Moe virt_scat from hif_dev_scat_sup_info to hif_scatter_reqVasanthakumar Thiagarajan2011-08-093-6/+7
* ath6kl: Merge scatter gather setup functions for two methodVasanthakumar Thiagarajan2011-08-094-91/+63
* ath6kl: Move down scatter enable and cleanup functionsVasanthakumar Thiagarajan2011-08-091-58/+58
* ath6kl: Cleanup ath6kl_sdio_cleanup_scatter()Vasanthakumar Thiagarajan2011-08-091-9/+3
* ath6kl: Cleanup ath6kl_sdio_enable_scatter()Vasanthakumar Thiagarajan2011-08-091-13/+3
* ath6kl: Refactor refactor ath6kl_sdio_setup_scat_resource()Vasanthakumar Thiagarajan2011-08-091-42/+57
* ath6kl: Remove endpoint reference from hif_scatter_reqVasanthakumar Thiagarajan2011-08-094-10/+11
* ath6kl: Remove useless flags in hif_scatter_reqVasanthakumar Thiagarajan2011-08-093-11/+0
* ath6kl: Remove struct hif_scatter_req_privVasanthakumar Thiagarajan2011-08-092-23/+18
* ath6kl: Move ath6kl_sdio_async_rw_scatter() down to other hif_ops functionsVasanthakumar Thiagarajan2011-08-091-32/+31
* ath6kl: cleanup callbacks for different scatter gather methodVasanthakumar Thiagarajan2011-08-094-7/+15
* Add ath6kl cleaned up driverKalle Valo2011-08-0926-0/+18115
* ath9k: use the new channel noise value for signal strength and survey infoFelix Fietkau2011-08-082-2/+4
* ath9k_hw: calculate a much better approximation of channel noiseFelix Fietkau2011-08-084-0/+18
* libertas_usb: program OLPC EC wakeup mask for wake-on-WLANDaniel Drake2011-08-081-0/+9
* ath9k_hw: do not limit initial tx power to 20 dbmFelix Fietkau2011-08-081-3/+6
* ath9k_hw: fix calculated runtime tx power limitFelix Fietkau2011-08-084-46/+1
* ath9k_hw: remove the tx power index offsetFelix Fietkau2011-08-083-20/+6
* ath5k: remove last references to "softc"Pavel Roskin2011-08-085-9/+9
* ath5k: clean up base.h and its usePavel Roskin2011-08-0822-70/+62
* ath: fix spelling of GrenadaPavel Roskin2011-08-082-2/+2
* orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin2011-08-081-1/+4
* hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin2011-08-081-0/+2
* b43legacy: report core numberPavel Roskin2011-08-081-1/+2
* b43legacy: remove 64-bit DMA supportPavel Roskin2011-08-082-410/+71
* iwlagn: support v2 of enhanced sensitivity tableWey-Yi Guy2011-08-084-33/+74
OpenPOWER on IntegriCloud