summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-557/+174
2012-05-29wlcore: fix undefined symbols when CONFIG_PM is not definedEyal Shapira-1/+7
2012-05-29ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau-1/+7
2012-05-29ath9k_hw: update AR933x initvals to fix issues with high power devicesFelix Fietkau-88/+90
2012-05-29ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau-6/+10
2012-05-29ath9k: stop rx dma before stopping txFelix Fietkau-3/+4
2012-05-29ath5k: add possible wiphy interface combinationsFelix Fietkau-0/+19
2012-05-25brcmfmac: use vmalloc to allocate mem for the firmwareHauke Mehrtens-2/+3
2012-05-25wl1251: fix oops on early interruptGrazvydas Ignotas-3/+2
2012-05-25iwlwifi: fix memory leak if opmode fails to initJohannes Berg-9/+9
2012-05-25iwlwifi: do not send lq cmd when station add failsMeenakshi Venkataraman-1/+1
2012-05-25iwlwifi: remove ucode16 optionJohannes Berg-426/+0
2012-05-25iwlwifi: do not use shadow registers by defaultMeenakshi Venkataraman-5/+5
2012-05-25iwlwifi: fix the Transmit Frame Descriptor ringsEmmanuel Grumbach-12/+16
2012-05-25iwlwifi: update BT traffic load states correctlyMeenakshi Venkataraman-0/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4494/+3463
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+19
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville-4494/+3463
2012-05-21brcm80211: Fix compile error for .disable_hub_initiated_lpm.Sarah Sharp-1/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp-0/+17
2012-05-18iwlwifi: dont pull too much payload in skb headEric Dumazet-1/+6
2012-05-17Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-10/+20
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+13
2012-05-16Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-13/+13
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan-13/+13
2012-05-16wlcore: fix some sparse warnings due to missing static declarationLuciano Coelho-3/+4
2012-05-16wlcore: fix pointer print out in wl1271_acx_set_rx_filter()Luciano Coelho-2/+3
2012-05-16mwifiex: remove set_channel cfg80211 hookJohannes Berg-27/+0
2012-05-16rndis_wlan: remove set_channel cfg80211 hookJohannes Berg-14/+0
2012-05-16iwlwifi: support explicit monitor interfaceJohannes Berg-1/+6
2012-05-16iwlwifi: invert the order of ssid list in scan cmdDavid Spinadel-1/+5
2012-05-16iwlwifi: disable default wildcard ssid scanDavid Spinadel-11/+24
2012-05-16iwlwifi: fix scan_cmd_size allocationDavid Spinadel-6/+12
2012-05-16rt2x00:Add RT539b chipset supportZero.Lin-0/+1
2012-05-16mwifiex: delete IEs when stop_apAvinash Patil-0/+75
2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil-0/+195
2012-05-16mwifiex: add custom IE frameworkAvinash Patil-1/+201
2012-05-16mwifiex: rearrange AP sys configure codeAvinash Patil-21/+48
2012-05-16mwifiex: add WPA2 support for APAvinash Patil-0/+268
2012-05-16mwifiex: add AP event handling frameworkAvinash Patil-2/+73
2012-05-16mwifiex: add cfg80211 start_ap and stop_ap handlersAvinash Patil-0/+139
2012-05-16mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interfaceAvinash Patil-20/+150
2012-05-16mwifiex: handle interface type changes correctlyAvinash Patil-18/+46
2012-05-16mwifiex: stop BSS in deauthentication handlingAvinash Patil-0/+4
2012-05-16mwifiex: add AP command sys_config and set channelAvinash Patil-1/+90
2012-05-16mwifiex: add bss start and bss stop commands for APAvinash Patil-2/+75
2012-05-16mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil-9/+46
2012-05-16mwifiex: save adapter pointer in wiphy_privAvinash Patil-25/+27
2012-05-16mwifiex: multi-interface support for mwifiexAvinash Patil-0/+20
2012-05-16mwifiex: support for creation of AP interfaceAvinash Patil-66/+98