summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | wireless: adm8211: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0Star
* | wireless: iwlegacy: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-262-4/+0Star
* | wireless: rtlwifi: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-3/+0Star
* | wireless: wl12xx: use dev_get_platdata()Jingoo Han2013-09-261-1/+1
* | wireless: wlcore: use dev_get_platdata()Jingoo Han2013-09-262-2/+2
* | wireless: wl1251: use dev_get_platdata()Jingoo Han2013-09-261-1/+1
* | wireless: libertas: use dev_get_platdata()Jingoo Han2013-09-261-1/+1
* | wireless: cw1200: use dev_get_platdata()Jingoo Han2013-09-261-2/+2
* | wireless: brcmfmac: use dev_get_platdata()Jingoo Han2013-09-261-1/+1
* | wireless: ath9k: use dev_get_platdata()Jingoo Han2013-09-261-2/+2
* | wireless: ath5k: use dev_get_platdata()Jingoo Han2013-09-261-9/+6Star
* | net: ath9k: Use NULL instead of falseSachin Kamat2013-09-261-1/+1
* | ar5523: Add USB ID of D-Link WUA-2340 rev A1Albert Pool2013-09-261-0/+1
* | rt2800: comment enable radio initialization sequenceStanislaw Gruszka2013-09-261-2/+11
* | mwifiex: Remove casting the return value which is a void pointerJingoo Han2013-09-261-3/+3
* | ath9k: replace snprintf() with scnprintf()Zefir Kurtisi2013-09-2613-531/+534
* | ath9k: Add DELL 1707 to supported card tableSujith Manoharan2013-09-261-0/+5
* | ath9k: Update AR9485 1.1 initvalsSujith Manoharan2013-09-261-34/+184
* | ath9k: Add and use initvals for channel 14Sujith Manoharan2013-09-262-0/+9
* | ath9k: Fix regulatory compliance for AR9462/AR9565Sujith Manoharan2013-09-262-0/+16
* | ath9k: Identify WB335 Antenna configurationSujith Manoharan2013-09-263-9/+200
* | ath9k: Identify CUS252 cardsSujith Manoharan2013-09-263-3/+19
* | ath9k: Enable antenna diversity for WB335Sujith Manoharan2013-09-261-1/+5
* | ath9k: Add support for AR9565 v1.0.1 LNA diversitySujith Manoharan2013-09-265-30/+15Star
* | ath9k: Use correct RX gain table for AR9565Sujith Manoharan2013-09-261-0/+3
* | ath9k: Fix antenna diversity init for AR9565Sujith Manoharan2013-09-262-6/+28
* | ath9k: Bypass EEPROM for diversity cap for AR9565Sujith Manoharan2013-09-262-1/+6
* | ath9k: Update initvals for AR9565 1.0Sujith Manoharan2013-09-261-8/+9
* | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2013-09-2616-428/+626
|\|
| * ath10k: add chip_id file to debugfsKalle Valo2013-09-031-0/+22
| * ath10k: check chip id from the soc register during probeKalle Valo2013-09-034-4/+57
| * ath10k: simplify ath10k_ce_init() wake up handlingKalle Valo2013-09-031-9/+5Star
| * ath10k: convert ath10k_pci_wake() to returnKalle Valo2013-09-033-17/+45
| * ath10k: clean up ath10k_ce_completed_send_next_nolock()Kalle Valo2013-09-031-20/+21
| * ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10kKalle Valo2013-09-032-16/+15Star
| * ath10k: remove void pointer from struct ath10k_pci_complKalle Valo2013-09-032-7/+7
| * ath10k: make target_ce_config_wlan more readableKalle Valo2013-09-031-14/+71
| * ath10k: pci: make host_ce_config_wlan[] more readableKalle Valo2013-09-031-18/+63
| * ath10k: remove un ar_pci->cacheline_sz fieldKalle Valo2013-09-012-3/+0Star
| * ath10k: rename ce_ring_state to ath10k_ce_ringMichal Kazior2013-09-012-19/+18Star
| * ath10k: rename ce_state to ath10k_ce_pipeMichal Kazior2013-09-014-77/+78
| * ath10k: rename hif_ce_pipe_info to ath10k_pci_pipeMichal Kazior2013-09-012-20/+20
| * ath10k: remove unused ce_attr parametersMichal Kazior2013-09-012-15/+9Star
| * ath10k: remove ce_op_stateMichal Kazior2013-09-012-10/+0Star
| * ath10k: use inline ce_state structureMichal Kazior2013-09-012-25/+14Star
| * ath10k: Fix mutex unlock balanceMohammed Shafi Shajakhan2013-08-281-1/+0Star
| * ath10k: add support for HTT 3.0Michal Kazior2013-08-155-39/+76
| * ath10k: add support for firmware newer than 636Michal Kazior2013-08-153-11/+47
| * ath10k: fix WEP in AP and IBSS modeMarek Puzyniak2013-08-141-4/+0Star
| * ath10k: plug possible memory leak in WMIMichal Kazior2013-08-141-0/+1