summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-01-09ath6kl: Use a mutex_lock to avoid race in diabling and handling irqVasanthakumar Thiagarajan1-10/+9
2012-01-09ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_tVasanthakumar Thiagarajan1-1/+1
2012-01-09ath6kl: Remove deadcode in main.cVasanthakumar Thiagarajan1-3/+0
2012-01-09ath6kl: Implement ndo_set_rx_mode()Vasanthakumar Thiagarajan3-0/+127
2012-01-09ath6kl: Add a function in wmi.c to add/delete a multicast filterVasanthakumar Thiagarajan2-0/+35
2012-01-09ath6kl: Add a function in wmi to send WMI_MCAST_FILTER_CMDIDVasanthakumar Thiagarajan2-0/+22
2012-01-02ath6kl: send TCMD response through testmode eventsThomas Pedersen3-91/+23
2012-01-02ath6kl: Remove redundant key_index check.Vivek Natarajan3-8/+6
2012-01-02ath6kl: Add a module parameter to enable uart debugVasanthakumar Thiagarajan1-0/+9
2012-01-02ath6kl: Remove few unnecessary spin_locks around set_bit()Vasanthakumar Thiagarajan1-4/+0
2012-01-02ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani4-4/+72
2012-01-02ath6kl: Advertise TX/RX support for frames in AP modeJouni Malinen1-0/+6
2012-01-02ath6kl: Add del_station cfg80211_opsJouni Malinen1-0/+14
2011-12-23ath6kl: Fix panic when setting a channelSujith Manoharan1-1/+12
2011-12-23ath6kl: add support for FW API 3Kalle Valo2-16/+19
2011-12-23ath6kl: handle firmware names more dynamicallyKalle Valo4-74/+87
2011-12-23ath6kl: Send own IP addr to the firmware during WOW suspendRaja Mani1-1/+32
2011-12-23ath6kl: Avoid taking struct as argument in ath6kl_wmi_set_ip_cmdRaja Mani2-7/+10
2011-12-23ath6kl: Fix connect command to clear previously used IEsJouni Malinen1-7/+7
2011-12-23ath6kl: Use cfg80211_roamed_bss() to report roaming eventVasanthakumar Thiagarajan1-19/+18
2011-12-16Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo350-44845/+47362
2011-12-16ath9k: Support RSN MeshChun-Yeow Yeoh1-1/+2
2011-12-16mac80211_hwsim: fix wmediumd_pidJohannes Berg1-11/+10
2011-12-16ath9k_hw: remove ATH9K_HW_CAP_CSTMohammed Shafi Shajakhan2-20/+17
2011-12-16ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan1-0/+1
2011-12-15b43: N-PHY: check for bustype before touching BCMA CC PLLsRafał Miłecki1-50/+61
2011-12-15brcm80211: smac: precendence bug in wlc_phy_attach()Dan Carpenter1-2/+2
2011-12-15ath9k: add DFS radar pulse processingZefir Kurtisi8-0/+425
2011-12-15ath9k_hw: add DFS testing checkZefir Kurtisi3-0/+37
2011-12-15ath: add a debug level for DFSZefir Kurtisi1-0/+2
2011-12-15brcmsmac: Replace kmalloc/memset with kzallocLarry Finger1-3/+1
2011-12-15ath: document ATH_DBG_MCILuis R. Rodriguez1-0/+3
2011-12-15ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau2-3/+25
2011-12-15ath9k: simplify tx lockingFelix Fietkau1-34/+5
2011-12-15ath9k: remove bogus sequence number incrementFelix Fietkau1-4/+0
2011-12-15ath9k: reduce indentation level in a few placesFelix Fietkau1-65/+60
2011-12-15ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau4-23/+37
2011-12-15ath9k: change maximum software retransmission handlingFelix Fietkau2-4/+13
2011-12-15wl12xx: alloc buffer in driver_state_read to prevent compilation warningLuciano Coelho1-3/+13
2011-12-15Set wlvif->ps_compl to NULL in before returnPontus Fuchs1-6/+6
2011-12-15wl12xx: remove unused firmware version macrosLuciano Coelho1-7/+0
2011-12-15wl12xx: remove deprecated packet detection threshold configLuciano Coelho5-56/+0
2011-12-15wl12xx: use ieee80211_free_txskb()Eliad Peller2-2/+9
2011-12-15wl12xx: call extended radio parameters for wl127x AP modeLuciano Coelho1-16/+15
2011-12-15wl12xx: don't write out of bounds when hlid > WL12XX_MAX_LINKSLuciano Coelho1-2/+6
2011-12-15wl12xx: Restore testmode ABIPontus Fuchs1-0/+1
2011-12-14rt2x00: Make use of ieee80211_free_txskb in tx pathHelmut Schaa1-1/+1
2011-12-14mwifiex: remove cfg_workqueueAmitkumar Karwar6-158/+75
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-16/+22
2011-12-14iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy1-2/+2