summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-30rtlwifi: use SIMPLE_DEV_PM_OPSHauke Mehrtens6-32/+8
2012-11-30p54pci: use SIMPLE_DEV_PM_OPSHauke Mehrtens1-10/+3
2012-11-30ath9k: use SIMPLE_DEV_PM_OPSHauke Mehrtens1-11/+4
2012-11-30rtlwifi: rtl8192se: Fixed coding style issues in the driverDaniel Stamer5-20/+17
2012-11-30mwifiex: fix struct member mismatchJohannes Berg1-2/+3
2012-11-30brcmfmac: change debug output for received event.Hante Meuleman1-2/+2
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman1-12/+16
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel2-28/+20
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel2-48/+22
2012-11-30brcmsmac: support 4313iPAPiotr Haber2-162/+271
2012-11-30brcmsmac: move PHY functionsPiotr Haber1-50/+52
2012-11-30brcmsmac: hardware info in debugfsPiotr Haber4-1/+144
2012-11-30brcmsmac: fix bounds checking in tx/rxPiotr Haber1-13/+17
2012-11-30brcmsmac: cleanup in isr codePiotr Haber3-24/+13
2012-11-30brcmsmac: handle packet drop during transmit correctlyPiotr Haber3-8/+11
2012-11-30wireless: allow Atheros card to not depend on ath.koVladimir Kondratiev5-2/+9
2012-11-30ath9k: Remove redundant NULL assignmentSujith Manoharan1-1/+0
2012-11-30ath9k: Implement sta_add_debugfs/sta_remove_debugfsSujith Manoharan4-3/+111
2012-11-30ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan3-6/+5
2012-11-30ath9k: Move ethtool functions to debug.cSujith Manoharan3-127/+127
2012-11-30rt2x00: Use addr_mask to disallow invalid MAC addresses in mutli-bssid modeHelmut Schaa1-0/+7
2012-11-30mwifiex: advertise GreenField, 40MHz intolerance support to cfg80211Avinash Patil2-0/+17
2012-11-30ath9k: Fix buffer overflow errorRajkumar Manoharan1-1/+2
2012-11-30ssb: extif: fix compile errorsHauke Mehrtens1-7/+7
2012-11-30bcma: handle return value of pci_assign_resourceHauke Mehrtens1-3/+7
2012-11-28wlcore: don't stop fwlog if dbgpins are usedEliad Peller1-2/+4
2012-11-28wlcore: use new set bandwidth command to adjusting channel BWArik Nemtsov8-0/+108
2012-11-28wlcore: configure dwell times according to scan typeEliad Peller8-48/+64
2012-11-28wl18xx: make driver operational againEliad Peller1-4/+0
2012-11-28wlcore: call ieee80211_sched_scan_stopped on interface removalEliad Peller4-13/+10
2012-11-28wlcore: add new reg-domain configuration commandVictor Goldenshtein10-1/+197
2012-11-27wlcore: save session_id per-linkEliad Peller7-20/+25
2012-11-27wlcore: pass wmm configuration to the fwEliad Peller4-6/+35
2012-11-27wlcore: update events enum/struct to new fw apiEliad Peller17-372/+735
2012-11-27wlcore: update channel_switch/stop_channel_switch commandsEliad Peller11-57/+204
2012-11-27wlcore: update acx enumEliad Peller3-3/+8
2012-11-27wl18xx: increase MAX_CHANNELS_5GHZEliad Peller7-6/+21
2012-11-27wlcore: split 18xx and 12xx scan mechanismEliad Peller17-598/+1209
2012-11-27wlcore: update commands enum to new fw apiEliad Peller1-2/+5
2012-11-27wl18xx: change fw name and temporarily fail loadingEliad Peller2-3/+7
2012-11-27wlcore: make scan scan configuration functions more genericEliad Peller1-51/+78
2012-11-27wlcore: don't call ieee80211_sched_scan_stopped directlyEliad Peller1-3/+1
2012-11-27wlcore: remove a bunch of unnecessary parenthesesLuciano Coelho1-4/+4
2012-11-27wlcore: avoid using goto in normal code flowLuciano Coelho1-13/+13
2012-11-27wlcore: don't leak wl->mboxEliad Peller1-0/+1
2012-11-27wlcore: print role_id on bss_info_changedEliad Peller1-2/+2
2012-11-27wlcore: configure the remote rates with our own ratesEliad Peller1-1/+6
2012-11-27wlcore: refactor CHANGED_HT handlingEliad Peller1-30/+18
2012-11-27wlcore: reconfigure rate policy on associationEliad Peller1-3/+18
2012-11-27wlcore: specify correct supported_ratesEliad Peller4-8/+16