summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | ath9k_hw: fix smatch warning in ar9003_hw_spur_mitigate_mrc_cckRajkumar Manoharan2012-06-221-3/+1
* | | ath9k_hw: rename mrcCCKOff to fix smatch warningRajkumar Manoharan2012-06-224-16/+10
* | | brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel2012-06-221-0/+5
* | | brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel2012-06-221-0/+1
* | | mwifiex: enhance power save for USB and PCIe chipsetsAmitkumar Karwar2012-06-221-1/+5
* | | mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar2012-06-222-1/+3
* | | mwifiex: parse WPA IE and support WPA/WPA2 mixed mode for uAPAvinash Patil2012-06-222-23/+49
* | | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-2217-109/+332
|\ \ \
| * \ \ Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2012-06-2117-109/+332
| |\ \ \ | | | |/ | | |/|
| | * | wl18xx: use %zu for size_t arguments in printk callsLuciano Coelho2012-06-211-2/+2
| | * | wl18xx: split siso40 HT cap between 2Ghz and 5GhzArik Nemtsov2012-06-211-5/+19
| | * | wl18xx: sane defaults for HT capabilitiesArik Nemtsov2012-06-213-34/+42
| | * | wl18xx: explicitly remove the 5Ghz MIMO HT capArik Nemtsov2012-06-211-14/+3
| | * | wlcore: read FW logs from FW memory on watchdog recoveryIgal Chernobelsky2012-06-211-12/+22
| | * | wlcore: do not report noise level in get survey opYoni Divinsky2012-06-211-4/+1
| | * | wl18xx: set Tx align quirk for PG2Arik Nemtsov2012-06-211-1/+1
| | * | wl18xx: increase Rx descriptors for PG2Arik Nemtsov2012-06-211-1/+10
| | * | wlcore: reconfigure sleep_auth when removing interfacesArik Nemtsov2012-06-213-32/+43
| | * | wlcore: allow setting sleep_auth before interface initArik Nemtsov2012-06-218-5/+27
| | * | wlcore: add a debugfs entry to allow changing the sleep mode by handLuciano Coelho2012-06-216-1/+70
| | * | wlcore: suppress error message on Rx BA session removalArik Nemtsov2012-06-211-2/+7
| | * | wlcore: declare interface combinationsEliad Peller2012-06-131-0/+28
| | * | wlcore: add print logs of radio_status in case of BIP calibrationYair Shapira2012-06-132-0/+35
| | * | wlcore/wl12xx: add support for HP and SKW FEM radio manufacturersYair Shapira2012-06-132-11/+27
| | * | wlcore: update basic rates on channel switchEliad Peller2012-06-131-0/+1
| | * | wlcore: send EAPOLs with basic rate policyEyal Shapira2012-06-131-3/+7
| | * | wlcore: avoid using NET_IP_ALIGN for RX alignmentEyal Shapira2012-06-132-2/+8
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-06-223-21/+24
|\ \ \ \
| * | | | iwlwifi: limit mac_change_interface to BSS contextJohannes Berg2012-06-211-20/+17
| * | | | iwlwifi: increase scan timeoutJohannes Berg2012-06-211-1/+1
| * | | | iwlwifi: fix radio reset scan dwell vs. quiet timeJohannes Berg2012-06-211-0/+6
* | | | | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-06-2223-334/+688
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | mac80211: fix double-start of remain-on-channelJohannes Berg2012-06-202-2/+7
| * | | mac80211: Allow userspace to register for auth frames in IBSSWill Hawkins2012-06-201-1/+3
| * | | mac80211: send auth in IBSS only if userspace isn't handling itWill Hawkins2012-06-201-1/+1
| * | | mac80211: Track auth frame registrations on IBSS ifacesWill Hawkins2012-06-202-7/+22
| * | | mac80211: fix cleanup if driver suspend callback failsEyal Shapira2012-06-201-0/+10
| * | | mac80211: save wmm_acm per sdataYoni Divinsky2012-06-206-14/+17
| * | | mac80211: use the correct capability info in ieee80211_set_associated()Luciano Coelho2012-06-201-1/+1
| * | | cfg80211: fix regression in multi-vif AP startFelix Fietkau2012-06-201-2/+32
| * | | nl80211: use __cfg80211_rdev_from_attrs for testmodeJohannes Berg2012-06-201-13/+10
| * | | nl80211: change __cfg80211_rdev_from_infoJohannes Berg2012-06-201-9/+10
| * | | nl80211: fix netns separationJohannes Berg2012-06-201-9/+12
| * | | nl80211: refactor __cfg80211_rdev_from_infoJohannes Berg2012-06-201-28/+31
| * | | cfg80211: make some functions staticJohannes Berg2012-06-203-89/+82
| * | | mac80211: initialize sta pointer to avoid false-positive warningLuciano Coelho2012-06-201-2/+2
| * | | mac80211: cleanup offchannel_ps_enable argumentRajkumar Manoharan2012-06-201-5/+4
| * | | mac80211: fix and improve mesh RANN processingChun-Yeow Yeoh2012-06-181-18/+25
| * | | mac80211: set only VO as a U-APSD enabled ACArik Nemtsov2012-06-181-4/+7
| * | | mac80211: stop Rx during HW reconfigArik Nemtsov2012-06-184-0/+17
OpenPOWER on IntegriCloud